123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210 |
- {
- "easycom": {
- "autoscan": true, //是否自动扫描组件
- "custom": {
- "^x-(.*)": "@/components/x-$1.vue", // 匹配components目录内的vue文件
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
- }
- },
- "pages": [{
- "path": "pages/login",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/indexRouter",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/home/index",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#FFFFFF",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/index/codeTracing",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/home/selectStore",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/information/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/information/cylinder",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/information/transfer",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/information/transferRecord",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/information/flowStep",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/information/storePersonnel",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/information/recipient",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/information/transferDetails",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/order/index",
- "style": {
- "navigationBarTitleText": "订单",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/mine/index",
- "style": {
- "navigationBarTitleText": "个人中心",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/mine/personal",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/mine/erweima",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/mine/system",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/order/orderDetails",
- "style": {
- "navigationStyle": "custom" // 隐藏系统导航栏
- }
- },
- {
- "path": "pages/order/securityCheck",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/order/delivery",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/order/quickMark",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/order/completionTasks",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/order/signatureBoard",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/order/cylinderTransfer",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/order/cannibalize",
- "style": {
- "navigationStyle": "custom"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "气瓶安全追溯",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "navigationStyle": "default"
- },
- "tabBar": {
- "color": "#6c6c6c",
- "selectedColor": "#1177FF",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [{
- "pagePath": "pages/home/index",
- "iconPath": "static/tab/sy.png",
- "selectedIconPath": "static/tab/sy_s.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/order/index",
- "iconPath": "static/tab/dd.png",
- "selectedIconPath": "static/tab/dd_s.png",
- "text": "订单"
- },
- {
- "pagePath": "pages/information/index",
- "iconPath": "static/tab/xx.png",
- "selectedIconPath": "static/tab/xx_s.png",
- "text": "消息"
- },
- {
- "pagePath": "pages/mine/index",
- "iconPath": "static/tab/wd.png",
- "selectedIconPath": "static/tab/wd_s.png",
- "text": "我的"
- }
- ]
- }
- }
|