| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275 |
- {
- "easycom": {
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue",
- "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path" : "pages/welcome/welcome",
- "style" :
- {
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText" : "首页",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText" : "登录",
- "enablePullDownRefresh": false
- }
- },
- {
- "path" : "pages/my/my",
- "style" :
- {
- "navigationBarTitleText" : "个人中心",
- "enablePullDownRefresh" : false
- }
- }, {
- "path" : "pages/userInfo/userInfo",
- "style" :
- {
- "navigationBarTitleText" : "个人信息",
- "enablePullDownRefresh" : false
- }
- },
- {
- "path" : "pages/forgetPassword/forgetPassword",
- "style" :
- {
- "navigationBarTitleText" : "找回密码",
- "enablePullDownRefresh" : false
- }
- },
- {
- "path" : "pages/updatePassword/updatePassword",
- "style" :
- {
- "navigationBarTitleText" : "修改登录密码",
- "enablePullDownRefresh" : false
- }
- },
- {
- "path" : "pages/register/register",
- "style" :
- {
- "navigationBarTitleText" : "注册",
- "enablePullDownRefresh" : false
- }
- },
- {
- "path" : "pages/specialistsList/specialistsList",
- "style" :
- {
- "navigationBarTitleText" : "累计交友圈专员记录"
- }
- },
- {
- "path" : "pages/earningsList/earningsList",
- "style" :
- {
- "navigationBarTitleText" : "我的收益",
- "enablePullDownRefresh" : false
- }
- },
- {
- "path" : "pages/todayEarningsList/todayEarningsList",
- "style" :
- {
- "navigationBarTitleText" : "今日收益",
- "enablePullDownRefresh" : false
- }
- },
- {
- "path" : "pages/todayPromotionList/todayPromotionList",
- "style" :
- {
- "navigationBarTitleText" : "今日推广",
- "enablePullDownRefresh" : false
- }
- },
- {
- "path" : "pages/directPromotionList/directPromotionList",
- "style" :
- {
- "navigationBarTitleText" : "累计邀约",
- "enablePullDownRefresh" : false
- }
- },
- {
- "path" : "pages/indirectPromotionList/indirectPromotionList",
- "style" :
- {
- "navigationBarTitleText" : "我的间推",
- "enablePullDownRefresh" : false
- }
- },
- {
- "path" : "pages/myGroup/myGroup",
- "style" :
- {
- "navigationBarTitleText" : "我的分组",
- "enablePullDownRefresh" : false
- }
- },
- {
- "path" : "pages/cooperation/cooperation",
- "style" :
- {
- "navigationBarTitleText" : "合作伙伴",
- "enablePullDownRefresh" : false
- }
- },
- {
- "path" : "pages/addGroup/addGroup",
- "style" :
- {
- "navigationBarTitleText" : "新增分组",
- "enablePullDownRefresh" : false
- }
- },
- {
- "path" : "pages/purchaseCoupon/purchaseCoupon",
- "style" :
- {
- "navigationBarTitleText" : "购买优惠券",
- "enablePullDownRefresh" : false
- }
- },
- {
- "path" : "pages/groupDetail/groupDetail",
- "style" :
- {
- "navigationBarTitleText" : "分组详情",
- "enablePullDownRefresh" : false
- }
- },
- {
- "path" : "pages/updateGroup/updateGroup",
- "style" :
- {
- "navigationBarTitleText" : "修改分组",
- "enablePullDownRefresh" : false
- }
- },
- {
- "path" : "pages/withdraw/withdraw",
- "style" :
- {
- "navigationBarTitleText" : "收益提现"
- }
- },
- {
- "path" : "pages/withdrawalRecord/withdrawalRecord",
- "style" :
- {
- "navigationBarTitleText" : "提现记录"
- }
- },
- {
- "path" : "pages/updateBankCardData/index",
- "style" :
- {
- "navigationBarTitleText" : "修改账户信息"
- }
- },
- {
- "path" : "pages/agreement/agreement",
- "style" :
- {
- "navigationBarTitleText" : ""
- }
- },
- {
- "path" : "pages/todaySpecialistsList/todaySpecialistsList",
- "style" :
- {
- "navigationBarTitleText" : "今日新增专员记录"
- }
- },
- {
- "path" : "pages/CouponUsage/CouponUsage",
- "style" :
- {
- "navigationBarTitleText" : "用券情况"
- }
- },
- {
- "path" : "pages/specialistsDetail/specialistsDetail",
- "style" :
- {
- "navigationBarTitleText" : "累计交友圈专员详情"
- }
- },
- {
- "path" : "pages/spreadRankingList/spreadRankingList",
- "style" :
- {
- "navigationBarTitleText" : "交友圈排行榜"
- }
- },
- {
- "path" : "pages/myRules/index",
- "style" :
- {
- "navigationBarTitleText" : "我的规则"
- }
- },
- {
- "path" : "pages/myRole/index",
- "style" :
- {
- "navigationBarTitleText" : "我的角色"
- }
- },
- {
- "path" : "pages/pdfView/pdfView",
- "style" :
- {
- "navigationBarTitleText" : "文件预览"
- }
- }
- ],
- "tabBar": {
- "color": "#999999",
- "selectedColor": "#333333",
- "borderStyle": "white",
- "backgroundColor": "#ffffff",
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "static/tabBarImg/dianzan.png",
- "selectedIconPath": "static/tabBarImg/dianzan_cur.png",
- "text": "首页"
- }, {
- "pagePath": "pages/my/my",
- "iconPath": "static/tabBarImg/me.png",
- "selectedIconPath": "static/tabBarImg/me_cur.png",
- "text": "我的"
- }]
- },
- "globalStyle": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "加载中",
- "navigationBarBackgroundColor": "#FFE05C",
- "backgroundColor": "#ffffff"
- },
- "uniIdRouter": {}
- }
|