{ "easycom": { "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue" }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/login/index", "style": { "navigationBarTitleText": "" } }, { "path": "pages/customer/customer", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": true, "onReachBottomDistance": 50 } }, { "path": "pages/general/general", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": true, "onReachBottomDistance": 50 } }, { "path": "pages/supervise/supervise", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/supervise/superviseList", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": true, "onReachBottomDistance": 50 } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "智慧云消防管家", "navigationBarBackgroundColor": "#F8F8F8", "navigationStyle": "custom", "backgroundColor": "#F8F8F8" }, "uniIdRouter": {} }