{ "easycom": { "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue", "^wf-(.*)": "@/components/wf-ui/components/wf-$1/wf-$1.vue" }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/loading/index", "style": { "navigationBarTitleText": "云预约", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/home/home", "style": { "navigationBarTitleText": "云预约", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/reserve/index", "style": { "navigationBarTitleText": "网上预约", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/reserve/notice", "style": { "navigationBarTitleText": "预约须知", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/reserve/timeSelect", "style": { "navigationBarTitleText": "预约时间", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/reserve/confirm", "style": { "navigationBarTitleText": "预约确认", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/myReserve/index", "style": { "navigationBarTitleText": "我的预约", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/myReserve/detail", "style": { "navigationBarTitleText": "预约详情", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/login/login-phone", "style": { "navigationBarTitleText": "手机登录", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/login/login-account", "style": { "navigationBarTitleText": "账号登录", "enablePullDownRefresh": false, "navigationStyle": "custom" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "", "navigationBarBackgroundColor": "#fff", "backgroundColor": "#F7F7F7" } }