| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256 |
- {
- "easycom": {
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index", //首页
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "首页",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black",
- "app-plus": {
- "titleNView": "none"
- }
- }
- },
- {
- "path": "pages/index/index_old", //首页
- "style": {
- "navigationBarTitleText": "首页",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/login/index" //登录
- },
- {
- "path": "pages/user/index",
- "style": {
- "navigationBarTitleText": "会员中心"
- }
- }
- ],
- "subPackages": [{
- "root": "pagesA",
- "pages": [{
- "path": "child/fixedRent", //我的定租
- "style": {
- "navigationBarTitleText": "网体总业绩"
- }
- },
- {
- "path": "child/rent", //我的租金
- "style": {
- "navigationBarTitleText": "我的租金"
- }
- },
- {
- "path": "child/personalData", //个人资料
- "style": {
- "navigationBarTitleText": "个人资料"
- }
- },
- {
- "path": "child/myClient", //我的客户
- "style": {
- "navigationBarTitleText": "我的客户"
- }
- },
- {
- "path": "child/gratitudeAward", //感恩奖
- "style": {
- "navigationBarTitleText": "感恩奖"
- }
- },
- {
- "path": "child/myCommission", //我的提成
- "style": {
- "navigationBarTitleText": "我的贡献值"
- }
- },
- {
- "path" : "user/myIncome",
- "style": {
- "navigationBarTitleText" : "账户中心"
- }
- },
- {
- "path" : "user/revenueHistory",
- "style" :
- {
- "navigationBarTitleText" : "历史记录"
- }
- },
- {
- "path" : "user/myTeam",
- "style" :
- {
- "navigationBarTitleText" : "我的团队"
- }
- },
- {
- "path" : "user/myPoints",
- "style" :
- {
- "navigationBarTitleText" : "我的消费券"
- }
- },
- {
- "path" : "user/myConsumption",
- "style" :
- {
- "navigationBarTitleText" : "消费记录"
- }
- },
- {
- "path" : "user/myCharge",
- "style" :
- {
- "navigationBarTitleText" : "充电记录"
- }
- },
- {
- "path" : "recharge/myRecharge",
- "style" :
- {
- "navigationBarTitleText" : "我的充值"
- }
- },
- {
- "path" : "recharge/recharge",
- "style" :
- {
- "navigationBarTitleText" : "我要充值"
- }
- },
- {
- "path" : "recharge/thirdPartyRecharge",
- "style" :
- {
- "navigationBarTitleText" : "第三方充值"
- }
- },
- {
- "path" : "withdrawal/myWithdrawal",
- "style" :
- {
- "navigationBarTitleText" : "我的提现"
- }
- },
- {
- "path" : "withdrawal/withdrawal",
- "style" :
- {
- "navigationBarTitleText" : "我要提现"
- }
- },
- {
- "path" : "transferAccounts/transferAccounts",
- "style" :
- {
- "navigationBarTitleText" : "我要转账"
- }
- },
- {
- "path" : "transferAccounts/transferRecode",
- "style" :
- {
- "navigationBarTitleText" : "转账记录"
- }
- },
- {
- "path" : "setting/index",
- "style" :
- {
- "navigationBarTitleText" : "账号设置"
- }
- },
- {
- "path" : "setting/password",
- "style" :
- {
- "navigationBarTitleText" : "支付密码"
- }
- },
- {
- "path" : "setting/resetPassword",
- "style" :
- {
- "navigationBarTitleText" : "验证手机号"
- }
- },
- {
- "path" : "setting/bankCard",
- "style" :
- {
- "navigationBarTitleText" : "银行账户"
- }
- },
- {
- "path" : "setting/setCardInfo",
- "style" :
- {
- "navigationBarTitleText" : "设置银行卡信息"
- }
- },
- {
- "path" : "setting/editLoginPassword",
- "style" :
- {
- "navigationBarTitleText" : "修改登录密码"
- }
- },
- {
- "path" : "setting/certification",
- "style" :
- {
- "navigationBarTitleText" : "实名认证"
- }
- }
- ]
- }],
- "preloadRule": {
- "pages/index/index": {
- "network": "all",
- "packages": ["pagesA"]
- }
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationStyle": "custom",
- "navigationBarTitleText": "中云充",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F6FAFF"
- },
- "tabBar": {
- "color": "#000000",
- "selectedColor": "#48B592",
- "borderStyle": "white",
- "backgroundColor": "#ffffff",
- "fontSize": "12px",
- "iconWidth": "26px",
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "static/tabbar/1-001.png",
- "selectedIconPath": "static/tabbar/1-002.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/user/index",
- "iconPath": "static/tabbar/2-001.png",
- "selectedIconPath": "static/tabbar/2-002.png",
- "text": "我的"
- }
- ]
- },
- "condition": { //模式配置,仅开发期间生效
- "current": 0, //当前激活的模式(list 的索引项)
- "list": [{
- "name": "", //模式名称
- "path": "", //启动页面,必选
- "query": "" //启动参数,在页面的onLoad函数里面得到
- }]
- }
- }
|