123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/home",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/chat/index",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom"
- }
- },
-
-
- {
- "path": "pages/user/index",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
-
- {
- "path": "pages/merchant/list",
- "style": {
- "navigationBarTitleText": "门店列表",
- "navigationStyle": "default",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor":"#FFFFFF"
- }
- },
-
- {
- "path": "pages/merchant/index",
- "style": {
- "navigationBarTitleText": "门店信息",
- "navigationStyle": "default",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor":"#FFFFFF"
- }
- },
-
-
-
- {
- "path": "pages/operation/agreement",
- "style": {
- "navigationBarTitleText": "隐私协议",
- "navigationStyle": "default",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/operation/user",
- "style": {
- "navigationBarTitleText": "用户协议",
- "navigationStyle": "default",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/operation/package",
- "style": {
- "navigationBarTitleText": "购买协议",
- "navigationStyle": "default",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/news/about",
- "style": {
- "navigationBarTitleText": "关于我们"
- }
- },
- {
- "path": "pages/operation/cancellation",
- "style": {
- "navigationBarTitleText": "注销协议",
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationStyle":"default"
- }
- },
-
-
-
- {
- "path": "pages/login/index",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- //注册账号
- {
- "path": "pages/login/register",
- "style": {
- "navigationBarTitleText": "注册新用户",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/login/forgotPassword",
- "style": {
- "navigationBarTitleText": "忘记密码",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
- },
-
-
-
-
- // 基本设置
- {
- "path": "pages/user/setting/index",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "基本设置",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationStyle":"default"
- }
- },
- // 修改密码
- {
- "path": "pages/user/userinfo/password",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "修改密码",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationStyle":"default"
- }
- },
- {
- "path": "pages/user/userinfo/cancellation",
- "style": {
- "navigationBarTitleText": "账号注销",
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationStyle":"default"
- }
- },
-
- // 个人中心
- {
- "path": "pages/user/userinfo/index",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "个人资料",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationStyle":"default"
- }
- },
- // 设置昵称
- {
- "path": "pages/user/userinfo/nickname",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "修改昵称",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationStyle":"default"
- }
- },
- // 设置城市信息
- {
- "path": "pages/user/userinfo/area",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "城市信息",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationStyle":"default"
- }
- },
- {
- "path": "pages/user/address/address",
- "style": {
- "navigationBarTitleText": "地址管理",
- "navigationStyle": "default"
- }
-
- },
- //添加修改地址
- {
- "path": "pages/user/address/add/add",
- "style": {
- "navigationBarTitleText": "添加新地址",
- "navigationStyle": "default"
- }
- },
- //添加修改地址
- {
- "path": "pages/user/qrcode/index",
- "style": {
- "navigationBarTitleText": "邀请好友",
- "navigationStyle": "default"
- }
- },
- //添加修改地址
- {
- "path": "pages/user/userinfo/bindPhone",
- "style": {
- "navigationBarTitleText": "绑定手机",
- "navigationStyle": "default"
- }
- },
-
- //支付密码
- {
- "path": "pages/user/userinfo/security/newPass",
- "style": {
- "navigationBarTitleText": "设置交易密码",
- "navigationStyle": "default"
- }
- },
- //支付密码
- {
- "path": "pages/user/userinfo/security/ckPass",
- "style": {
- "navigationBarTitleText": "再次确认密码",
- "navigationStyle": "default"
- }
- },
- //支付密码
- {
- "path": "pages/user/userinfo/security/success",
- "style": {
- "navigationBarTitleText": "交易设置成功",
- "navigationStyle": "default"
- }
- },
- //支付密码
- {
- "path": "pages/user/userinfo/security/mobileFind",
- "style": {
- "navigationBarTitleText": "交易密码",
- "navigationStyle": "default"
- }
- },
-
- //新闻列表
- {
- "path": "pages/news/list",
- "style": {
- "navigationStyle": "default",
- "navigationBarTitleText": "官方公告"
- }
- },
- //新闻详情
- {
- "path": "pages/news/index",
- "style": {
- "navigationStyle": "default",
- "navigationBarTitleText": "加载中.."
- }
-
- },
-
- {
- "path": "pages/goods/index",
- "style": {
- "navigationBarTitleText": "产品详情",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false,
- "app-plus": {
- "titleNView": false,
- "compatible":{
- "ignoreVersion":true
- }
- }
- }
- },
- {
- "path": "pages/goods/list",
- "style": {
- "navigationStyle": "default",
- "navigationBarTitleText": "列表列表"
- }
- },
- {
- "path": "pages/user/buy/balance",
- "style": {
- "navigationBarTitleText": "产品详情",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false,
- "app-plus": {
- "titleNView": false,
- "compatible":{
- "ignoreVersion":true
- }
- }
- }
- },
-
- {
- "path": "pages/user/approve",
- "style": {
- "navigationBarTitleText": "实名认证",
- "navigationStyle": "custom"
- }
- },
-
- {
- "path": "pages/user/approve_ok",
- "style": {
- "navigationBarTitleText": "认证成功",
- "navigationStyle": "default"
- }
- },
-
- {
- "path": "pages/user/approve_error",
- "style": {
- "navigationBarTitleText": "认证失败",
- "navigationStyle": "default"
- }
- },
-
- {
- "path": "pages/user/buy/order_ok",
- "style": {
- "navigationBarTitleText": "支付成功",
- "navigationStyle": "default"
- }
- },
- {
- "path": "pages/user/order/index",
- "style": {
- "navigationBarTitleText": "我的订单"
- }
- },
- {
- "path": "pages/user/order/detail/detail",
- "style": {
- "navigationBarTitleText": "订单详情",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false,
- "app-plus": {
- "titleNView": false,
- "compatible":{
- "ignoreVersion":true
- }
- }
- }
- },
- {
- "path": "pages/user/order/flow/flow",
- "style": {
- "navigationBarTitleText": "查看物流",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false,
- "app-plus": {
- "titleNView": false,
- "compatible":{
- "ignoreVersion":true
- }
- }
- }
-
- },
-
- {
- "path": "pages/user/detail/detail",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom"
- }
- },
-
- {
- "path": "pages/user/detail/integral",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/user/detail/integral_gift",
- "style": {
- "navigationBarTitleText": "趣豆转账",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/user/detail/integral_sc",
- "style": {
- "navigationBarTitleText": "闪兑",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/user/detail/integral_gift_log",
- "style": {
- "navigationBarTitleText": "转账记录"
- }
- },
- {
- "path": "pages/user/detail/anticipate",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/user/detail/anticipate_gift",
- "style": {
- "navigationBarTitleText": "易趣卷转账",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/user/detail/anticipate_gift_log",
- "style": {
- "navigationBarTitleText": "转账记录"
- }
- },
- {
- "path": "pages/user/detail/brokerage",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/user/detail/brokerage_tx",
- "style": {
- "navigationBarTitleText": "兑换",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/user/detail/brokerage_tx_log",
- "style": {
- "navigationBarTitleText": "兑换明细"
- }
- },
- {
- "path": "pages/user/bank/bank",
- "style": {
- "navigationBarTitleText": "收款信息"
- }
- },
- {
- "path": "pages/user/bank/save/bank",
- "style": {
- "navigationBarTitleText": "银行卡"
- }
- },
- {
- "path": "pages/user/bank/save/alipay",
- "style": {
- "navigationBarTitleText": "支付宝"
- }
- },
- {
- "path": "pages/user/bank/save/weixin",
- "style": {
- "navigationBarTitleText": "微信"
- }
- },
- {
- "path": "pages/user/team/vermicelli",
- "style": {
- "navigationBarTitleText": "粉丝",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/user/team/awardSq",
- "style": {
- "navigationBarTitleText": "申请新人奖",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/user/team/awardSqOk",
- "style": {
- "navigationBarTitleText": "新人奖提交审核"
- }
- },
- {
- "path": "pages/user/team/awarLog",
- "style": {
- "navigationBarTitleText": "新人奖审核"
- }
- },
- {
- "path": "pages/guild/index",
- "style": {
- "navigationBarTitleText": "我的会馆",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/guild/itemIndex",
- "style": {
- "navigationBarTitleText": "我的会馆",
- "navigationStyle": "custom"
- }
- },
-
-
- {
- "path": "pages/guild/rush",
- "style": {
- "navigationBarTitleText": "场次列表",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/guild/proItem",
- "style": {
- "navigationBarTitleText": "商品详情",
- "navigationStyle": "custom"
- }
- },
-
- {
- "path": "pages/guild/history",
- "style": {
- "navigationBarTitleText": "商品追溯"
- }
- },
- {
- "path": "pages/guild/buySuccess",
- "style": {
- "navigationBarTitleText": "抢购成功"
- }
- },
- {
- "path": "pages/guild/order/order",
- "style": {
- "navigationBarTitleText": "我的订单",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/guild/order/orderItem",
- "style": {
- "navigationBarTitleText": "订单详情"
- }
- },
- //售出订单详情
- {
- "path": "pages/guild/order/outOrderItem",
- "style": {
- "navigationBarTitleText": "订单详情"
- }
- },
-
-
- {
- "path": "pages/guild/order/hallpay",
- "style": {
- "navigationBarTitleText": "支付凭证"
- }
- },
- {
- "path": "pages/guild/order/hallpay_ok",
- "style": {
- "navigationBarTitleText": "提交成功"
- }
- },
- {
- "path": "pages/guild/order/putSalt",
- "style": {
- "navigationBarTitleText": "我要挂售"
- }
- },
- {
- "path": "pages/guild/order/putSalt_ok",
- "style": {
- "navigationBarTitleText": "挂售成功"
- }
- },
- {
- "path": "pages/guild/order/myPro",
- "style": {
- "navigationBarTitleText": "我的商品"
- }
- },
- {
- "path": "pages/gz/index",
- "style": {
- "navigationBarTitleText": "我的商品",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/gz/user",
- "style": {
- "navigationBarTitleText": "我的会员",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/gz/booking",
- "style": {
- "navigationBarTitleText": "预约记录"
- }
- },
- {
- "path": "pages/gz/order",
- "style": {
- "navigationBarTitleText": "订单列表"
- }
- },
- {
- "path": "pages/gz/slimming",
- "style": {
- "navigationBarTitleText": "瘦身记录"
- }
- },
- {
- "path": "pages/gz/recycle",
- "style": {
- "navigationBarTitleText": "回收记录"
- }
- },
- {
- "path": "pages/gz/disassemble",
- "style": {
- "navigationBarTitleText": "拆分记录"
- }
- },
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- /************************** [聊天框架] *****************/
- {
- "path": "pages/chat/friend/add",
- "style": {
- "navigationBarTitleText": "添加好友",
- "navigationStyle": "custom"
-
- }
- },
- {
- "path": "pages/chat/friend/info",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "查看好友",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/chat/friend/checkAdd",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "验证消息",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/chat/apply/list",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "申请列表",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/chat/apply/sqInfo",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "查看信息",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/chat/chat",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "",
- "app-plus": {
- "titleNView" : false,
- "bounce": "none",
- "scrollIndicator":"none"
- }
- }
- },
- {
- "path": "pages/chat/collection/transmit",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "转发",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/chat/collection/collect",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "我的收藏",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/chat/friend/index",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "我的好友",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/chat/friend/noteinfo",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "备注信息",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/chat/friend/more",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "更多操作",
- "navigationStyle": "custom"
- }
- },
- /***群聊框架**/
- {
- "path": "pages/chat/group/add",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "添加群聊",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/chat/group/list",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "我的群聊",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/chat/chatGroup",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "群聊",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/chat/group/userShow",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "查看详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/chat/group/info/groupInfo",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "查看群信息",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/chat/group/info/groupInfo/rkname",
- "style": {
- "navigationBarTitleText": "修改群聊名称"
- }
- },
- {
- "path": "pages/chat/group/info/groupInfo/qrcode",
- "style": {
- "navigationBarTitleText": "群二维码名片"
- }
- },
- {
- "path": "pages/chat/group/info/groupInfo/msg",
- "style": {
- "navigationBarTitleText": "修改群公告"
- }
- },
- {
- "path": "pages/chat/group/info/groupInfo/admin",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "群管理"
- }
- },
- {
- "path": "pages/chat/group/info/groupInfo/transfer",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "群主转让"
- }
- },
- {
- "path": "pages/chat/group/info/groupInfo/adminInfo",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "查看管理员"
- }
- },
- {
- "path": "pages/chat/group/info/groupInfo/add",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "添加成员",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/chat/group/info/groupInfo/jdd",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "减少成员",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/chat/group/info/groupInfo/jddNo",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "不支单会员",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/chat/group/info/groupInfo/adminAdd",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "添加管理员",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/chat/group/info/groupInfo/adminJdd",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "移除管理员",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/chat/search",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "查询聊天记录",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/chat/group/info/groupInfo/user",
- "style": {
- "navigationBarTitleText": "按群成员查询"
- }
- },
- {
- "path": "pages/chat/group/info/groupInfo/msgView",
- "style": {
- "navigationBarTitleText": "查看成员聊天记录"
- }
- },
- {
- "path": "pages/chat/group/info/groupInfo/remark_name",
- "style": {
- "navigationBarTitleText": "修改群聊昵称"
- }
- }
-
-
-
-
-
-
- ],
-
- "tabBar": {
- "color": "#666666",
- "selectedColor": "#ff142c",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "height": "50px",
- "fontSize": "10px",
- "iconWidth": "24px",
- "spacing": "3px",
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "static/tab/home.png",
- "selectedIconPath": "static/tab/home-btn.png",
- "text": "首页"
- },
-
- {
- "pagePath": "pages/guild/index",
- "iconPath": "static/tab/store.png",
- "selectedIconPath": "static/tab/store_btn.png",
- "text": "我的会馆"
- },
-
- {
- "pagePath": "pages/chat/index",
- "iconPath": "static/tab/cate.png",
- "selectedIconPath": "static/tab/cate-btn.png",
- "text": "客服中心"
- },
-
-
- {
- "pagePath": "pages/user/index",
- "iconPath": "static/tab/user.png",
- "selectedIconPath": "static/tab/user-btn.png",
- "text": "我的"
- }]
- },
- "globalStyle": {
- "app-plus": {
- "bounce": "none"
- },
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "易趣CBB",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- }
- }
|