{ "easycom": { "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue" }, "pages": [ // { // "path": "pages/select-identity/index", // "style": { // "navigationBarTitleText": "身份选择", // "navigationStyle": "custom" // } // }, { "path": "pages/identity/index", "style": { "navigationBarTitleText": "身份", "navigationStyle": "custom" } }, { "path": "pages/login-filter/index", "style": { "navigationBarTitleText": "报修系统", "enablePullDownRefresh": true, "navigationStyle": "custom" } }, { "path": "pages/home/index", "style": { "navigationBarTitleText": "报修系统", "enablePullDownRefresh": true, "navigationStyle": "custom", "h5": { "pullToRefresh": { "color": "#007AFF" } } } }, { "path": "pages/home/home", "style": { "navigationBarTitleText": "报修系统", "enablePullDownRefresh": true, "navigationStyle": "custom", "h5": { "pullToRefresh": { "color": "#007AFF" } } } }, { "path": "pages/login/index", "style": { "navigationBarTitleText": "维修端登录", "navigationStyle": "custom" } }, { "path": "pages/repair-form/index", "style": { "navigationBarTitleText": "报修", "navigationStyle": "custom" } }, { "path": "pages/repair-form/form", "style": { "navigationBarTitleText": "报修", "navigationStyle": "custom" } }, { "path": "pages/repair-center/index", "style": { "navigationBarTitleText": "维修中心", "enablePullDownRefresh": true, "navigationStyle": "custom" } }, { "path": "pages/evaluation/index", "style": { "navigationBarTitleText": "用户评价", "enablePullDownRefresh": true, "navigationStyle": "custom" } }, { "path": "pages/personal-information/index", "style": { "navigationBarTitleText": "个人信息", "navigationStyle": "custom" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "报修系统", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8", // "enablePullDownRefresh":true, "backgroundTextStyle": "light" } }