{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/login/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/index/index", "style": { "enablePullDownRefresh": true } }, { "path": "pages/user/index", "style": { "navigationBarTitleText": "个人中心", "enablePullDownRefresh": true, "navigationStyle": "custom" } }, { "path": "pages/login/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/user/bind/index", "style": { "navigationBarTitleText": "绑定手机" } }, { "path": "pages/user/personal/index", "style": { "navigationBarTitleText": "个人信息" } }, { "path": "pages/help/index", "style": { "navigationBarTitleText": "帮助中心" } } ,{ "path" : "pages/gtsmscode", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false } } ,{ "path" : "pages/smscodeerr", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false } } ,{ "path" : "pages/ademo", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false } } ,{ "path" : "pages/home", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" } } ,{ "path" : "pages/help/fwxy", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false } } ,{ "path" : "pages/verfiy/index", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false } } ,{ "path" : "pages/verfiy/choosedev", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false } } ,{ "path" : "pages/verfiy/vnfee", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false } } ,{ "path" : "pages/paySuccess/paySuccess", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path" : "pages/login/loginsms", "style" : { "navigationBarTitleText" : "", "enablePullDownRefresh" : false } }, { "path" : "pages/login/smscode", "style" : { "navigationStyle": "custom", "enablePullDownRefresh" : false } }, { "path" : "pages/book/success", "style" : { "navigationBarTitleText" : "", "enablePullDownRefresh" : false } }, { "path" : "pages/webview/webview", "style" : { "navigationBarTitleText" : "", "enablePullDownRefresh" : false } } ], "globalStyle": { // #ifdef H5 // "navigationStyle": "custom", "maxWidth": 750, "rpxCalcMaxDeviceWidth": 750, // rpx 计算所支持的最大设备宽度,单位 px,默认值为 960 "rpxCalcBaseDeviceWidth": 560, // rpx 计算使用的基准设备宽度,设备实际宽度超出 rpx 计算所支持的最大设备宽度时将按基准宽度计算,单位 px,默认值为 375 "rpxCalcIncludeWidth": 9999, // rpx 计算特殊处理的值,始终按实际的设备宽度计算,单位 rpx,默认值为 750 // #endif "navigationBarBackgroundColor": "#ffffff", "navigationBarTitleText": "", "navigationBarTextStyle": "black", "backgroundTextStyle": "dark" }, "easycom": { "autoscan": true, "custom": { "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue" } } }