123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "uni-app"
- }
- },
- {
- "path" : "pages/myOrder/myOrder",
- "style" :
- {
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
-
- },
- {
- "path" : "pages/europeOrder/europeOrder",
- "style" :
- {
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
-
- },
- {
- "path" : "pages/europeOrder/eorderDetail",
- "style" :
- {
- "navigationStyle": "custom",
- //"navigationBarTitleText": "订单详情",
- "enablePullDownRefresh": true
- }
-
- },
- {
- "path" : "pages/myOrder/mallOrderDetail",
- "style" :
- {
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
-
- },
- {
- "path" : "pages/myOrder/paintOrderDetail",
- "style" :
- {
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
-
- }
- ,{
- "path" : "pages/myOrder/activityOrderDetail",
- "style" :
- {
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
-
- },
-
- {
- "path": "pages/addjk/choice",
- "style": {
- "navigationBarTitleText": "选择素材",
- "navigationStyle": "custom"
- }
- },
- {
- "path" : "pages/addjk/activity",
- "style" :
- {
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
-
- },
- {
- "path": "pages/addjk/addActivity",
- "style": {
- "navigationBarTitleText": "新建活动"
- }
- },
- {
- "path": "pages/addjk/eadit",
- "style": {
- "navigationBarTitleText": "编辑内容"
- }
- },
- {
- "path": "pages/addjk/ckshop",
- "style": {
- "navigationBarTitleText": "选择门店"
- }
- },
- {
- "path": "pages/addjk/ckmusic",
- "style": {
- "navigationBarTitleText": "选择音乐"
- }
- },
- {
- "path": "pages/addjk/jkDetail",
- "style": {
- "navigationBarTitleText": "活动详情"
- }
- },
-
- {
- "path": "pages/addjk/signJkDetail",
- "style": {
- "navigationBarTitleText": "报名详情",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/addjk/statistics",
- "style": {
- "navigationBarTitleText": "数据统计",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/addjk/activityDetail",
- "style": {
- "navigationBarTitleText": "活动详情"
- }
- },
- {
- "path" : "pages/rescue/rescueOrder",
- "style" :
- {
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
-
- },{
- "path" : "pages/rescue/rescueOrderDetail",
- "style" :
- {
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
-
- },
- {
- "path" : "pages/wyCar/index",
- "style" :
- {
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path" : "pages/wyCar/apply",
- "style" :
- {
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path" : "pages/wyCar/success",
- "style" :
- {
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path" : "pages/remind/index",
- "style" :
- {
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/remind/maintenance",
- "style": {
- "navigationBarTitleText": "保养提醒",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/remind/maintenanceDetail",
- "style": {
- "navigationBarTitleText": "保养提醒",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/remind/detection",
- "style": {
- "navigationBarTitleText": "检测异常提醒",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/remind/detectionDetail",
- "style": {
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- }
-
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#ffffff",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {}
- }
|