{ "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 } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "", "navigationBarBackgroundColor": "#ffffff", "backgroundColor": "#F8F8F8" }, "uniIdRouter": {} }