| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180 |
- {
- "pages": [
- {
- "path": "pages/index",
- "style": {
- "navigationBarTitleText": "首页",
- "enablePullDownRefresh": true,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/service",
- "style": {
- "navigationBarTitleText": "服务区",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/my",
- "style": {
- "navigationBarTitleText": "我的",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/questionnaire",
- "style": {
- "navigationBarTitleText": "问卷调查",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }
- ],
- "subPackages": [
- {
- "root": "base",
- "pages": [
- {
- "path": "suggest/index",
- "style": {
- "navigationBarTitleText": "投诉建议",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "suggest/record",
- "style": {
- "navigationBarTitleText": "反馈历史",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "suggest/suggest",
- "style": {
- "navigationBarTitleText": "投诉建议",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "travel/tips",
- "style": {
- "navigationBarTitleText": "出行提示",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "shop/index",
- "style": {
- "navigationBarTitleText": "精选商家",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "shop/meal",
- "style": {
- "navigationBarTitleText": "我要吃饭",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "shop/details",
- "style": {
- "navigationBarTitleText": "详情",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "common/spot",
- "style": {
- "navigationBarTitleText": "景点",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "common/join",
- "style": {
- "navigationBarTitleText": "招商加盟",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "common/refuel",
- "style": {
- "navigationBarTitleText": "我要加油",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "common/charge",
- "style": {
- "navigationBarTitleText": "我要充电",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "common/repair",
- "style": {
- "navigationBarTitleText": "我要修车",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "common/driversHome",
- "style": {
- "navigationBarTitleText": "司机之家",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "common/nursingRoom",
- "style": {
- "navigationBarTitleText": "母婴室",
- "enablePullDownRefresh": false
- }
- }
- ]
- }
- ],
- "easycom": {
- "autoscan": true,
- "custom": {
- "^u-(.*)": "@/uni_modules/vk-uview-ui/components/u-$1/u-$1.vue",
- "^Hy(.*)": "@/components/Hy$1.vue"
- }
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "沈海高速",
- "navigationBarBackgroundColor": "#fff",
- "backgroundColor": "#fff"
- },
- "tabBar": {
- "color": "#333",
- "selectedColor": "#2064d1",
- "backgroundColor": "#fff",
- "borderStyle": "white",
- "list": [
- {
- "text": "首页",
- "pagePath": "pages/index",
- "iconPath": "static/images/home.png",
- "selectedIconPath": "static/images/home_active.png"
- },
- {
- "text": "服务区",
- "pagePath": "pages/service",
- "iconPath": "static/images/service.png",
- "selectedIconPath": "static/images/service_active.png"
- },
- {
- "text": "我的",
- "pagePath": "pages/my",
- "iconPath": "static/images/my.png",
- "selectedIconPath": "static/images/my_active.png"
- }
- ]
- }
- }
|