123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255 |
- {
- "easycom": {
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/tabbar/index/index",
- "style": {
- "navigationBarTitleText": "商城",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/tabbar/mine/mine",
- "style": {
- "navigationBarTitleText": "我的",
- "navigationStyle": "custom"
- }
- }
- ,{
- "path" : "pages/login/login/login",
- "style" :
- {
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#fff"
- // "navigationStyle": "custom"
- }
-
- }
- ,{
- "path" : "pages/login/codeLogin/codeLogin",
- "style" :
- {
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#fff"
- // "navigationStyle": "custom"
- }
-
- }
- ,{
- "path" : "pages/login/forgot/forgot",
- "style" :
- {
- "navigationBarTitleText": "忘记密码"
- }
-
- }
- ,{
- "path" : "pages/release/production/production",
- "style" :
- {
- "navigationBarTitleText": "生产订单",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#fff"
- }
-
- }
- ,{
- "path" : "pages/release/purchase/purchase",
- "style" :
- {
- "navigationBarTitleText": "采购订单",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#fff"
- }
-
- }
- ,{
- "path" : "pages/release/waixie/waixie",
- "style" :
- {
- "navigationBarTitleText": "外协订单",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#fff"
- }
-
- }
- ,{
- "path" : "pages/release/ocean/ocean",
- "style" :
- {
- "navigationBarTitleText": "海运订单",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#fff"
- }
-
- },
- {
- "path" : "pages/good/add",
- "style" :
- {
- "navigationBarTitleText": "添加商品",
- "enablePullDownRefresh": false
- }
-
- },
- {
- "path" : "pages/mine/service/feed/feed",
- "style" :
- {
- "navigationBarTitleText": "意见反馈",
- "navigationStyle": "custom"
- }
-
- },
- {
- "path" : "pages/mine/service/feed/history",
- "style" :
- {
- "navigationBarTitleText": "反馈记录",
- // "navigationStyle": "custom"
- "navigationBarBackgroundColor": "#fff"
- }
-
- },
- {
- "path" : "pages/mine/service/feed/detail",
- "style" :
- {
- "navigationBarTitleText": "反馈详情",
- // "navigationStyle": "custom"
- "navigationBarBackgroundColor": "#fff"
- }
-
- },
- {
- "path" : "pages/mine/service/setting/setting",
- "style" :
- {
- "navigationBarTitleText": "设置",
- // "navigationStyle": "custom"
- "navigationBarBackgroundColor": "#fff"
- }
-
- },
- {
- "path" : "pages/mine/service/setting/account_info",
- "style" :
- {
- "navigationBarTitleText": "账号信息",
- // "navigationStyle": "custom"
- "navigationBarBackgroundColor": "#fff"
- }
-
- },
- {
- "path" : "pages/mine/service/setting/bind_eMail",
- "style" :
- {
- "navigationBarTitleText": "绑定邮箱",
- // "navigationStyle": "custom"
- "navigationBarBackgroundColor": "#fff"
- }
-
- },
- {
- "path" : "pages/mine/service/setting/edit_pwd",
- "style" :
- {
- "navigationBarTitleText": "修改密码",
- // "navigationStyle": "custom"
- "navigationBarBackgroundColor": "#fff"
- }
-
- },
- {
- "path" : "pages/mine/service/setting/personal",
- "style" :
- {
- "navigationBarTitleText": "个人信息",
- // "navigationStyle": "custom"
- "navigationBarBackgroundColor": "#fff"
- }
-
- },
- {
- "path" : "pages/mine/service/address/address",
- "style" :
- {
- "navigationBarTitleText": "地址管理",
- // "navigationStyle": "custom"
- "navigationBarBackgroundColor": "#fff"
- }
-
- },
- {
- "path" : "pages/mine/service/address/add",
- "style" :
- {
- "navigationBarTitleText": "发货地址",
- // "navigationStyle": "custom"
- "navigationBarBackgroundColor": "#fff"
- }
-
- },
- {
- "path" : "pages/mine/wallet/add",
- "style" :
- {
- "navigationBarTitleText": "绑定银行卡",
- // "navigationStyle": "custom"
- "navigationBarBackgroundColor": "#fff"
- }
-
- },
- {
- "path" : "pages/mine/wallet/wallet",
- "style" :
- {
- "navigationBarTitleText": "我的余额",
- // "navigationStyle": "custom"
- "navigationBarBackgroundColor": "#fff"
- }
-
- },
- {
- "path" : "pages/mine/wallet/withdraw",
- "style" :
- {
- "navigationBarTitleText": "提现",
- // "navigationStyle": "custom"
- "navigationBarBackgroundColor": "#fff"
- }
-
- },
- {
- "path" : "pages/mine/wallet/bankList",
- "style" :
- {
- "navigationBarTitleText": "提现账号管理",
- // "navigationStyle": "custom"
- "navigationBarBackgroundColor": "#fff"
- }
-
- }
- ],
- "tabBar": {
- "custom": true,
- "list": [
- {
- "pagePath": "pages/tabbar/index/index"
- },
- {
- "pagePath": "pages/tabbar/mine/mine"
- }
- ]
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {}
- }
|