{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path" : "pages/mobile/homePage", "style" : { "navigationStyle": "custom" } }, { "path": "pages/mobile/index", "style": { "navigationBarTitleText": "VIN查询" } }, { "path": "pages/mobile/group", "style": { "navigationStyle": "custom" } }, { "path": "pages/mobile/modelTwo", "style": { "navigationBarTitleText": "车型件" } },{ "path": "pages/mobile/modelThree", "style": { "navigationBarTitleText": "车型件", "enablePullDownRefresh": true } } ,{ "path" : "pages/mobile/OemDetail", "style" : { "navigationBarTitleText": "OEM零件详情", "enablePullDownRefresh": true } } ,{ "path" : "pages/mobile/OemSearch", "style" : { "navigationBarTitleText": "OEM搜索", "enablePullDownRefresh": true } } ,{ "path" : "pages/mobile/CarModelList", "style" : { "navigationBarTitleText": "适用车型", "enablePullDownRefresh": true } } ,{ "path" : "pages/mobile/SonGroup", "style" : { "navigationBarTitleText": "选择子组", "enablePullDownRefresh": true } } ,{ "path" : "pages/mobile/CarDetail", "style" : { "navigationBarTitleText": "车辆详情", "enablePullDownRefresh": false } } ,{ "path" : "pages/mobile/SelectCarModel", "style" : { "navigationBarTitleText": "选择品牌", "enablePullDownRefresh": false } } ,{ "path" : "pages/mobile/SelectCarTwo", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/mobile/SelectCarThree", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/mobile/SelectCarFour", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/mobile/SelectCarFive", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/mobile/SelectCarSix", "style" : { "navigationStyle": "custom" } },{ "path": "pages/mobile/vinDetail", "style": { "navigationBarTitleText": "车型件", "enablePullDownRefresh": true } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "VIN查询", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "uniIdRouter": {} }