| | |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/registerUser/map", |
| | | "name": "registerUserMap", |
| | | "style": { |
| | | "navigationStyle": "custom", // 隐藏系统导航栏 |
| | | "navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一 |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/registerUser/idphoto", |
| | | "style": { |
| | | "navigationBarTitleText": "人脸识别", |
| | |
| | | { |
| | | "path": "pages/business/business", |
| | | "style": { |
| | | "navigationBarTitleText": "工作台", |
| | | "enablePullDownRefresh": false, |
| | | "navigationStyle": "custom" |
| | | "navigationBarTitleText": "行业圈", |
| | | "navigationBarBackgroundColor": "#103289", |
| | | "navigationBarTextStyle": "white" |
| | | } |
| | | }, |
| | | { |
| | |
| | | "path": "pages/grabOrders/grabOrdersZAXC/grabOrders", |
| | | "name": "grabOrdersZAXC", |
| | | "style": { |
| | | "navigationBarTitleText": "治安巡查", |
| | | "navigationBarTitleText": "治安防范巡查", |
| | | "navigationBarBackgroundColor": "#103289", |
| | | "navigationBarTextStyle": "white" |
| | | } |
| | |
| | | "path": "pages/grabOrders/grabOrdersZAYWXC/grabOrders", |
| | | "name": "grabOrdersZAYWXC", |
| | | "style": { |
| | | "navigationBarTitleText": "治安义务宣传", |
| | | "navigationBarTitleText": "治安防范宣传", |
| | | "navigationBarBackgroundColor": "#103289", |
| | | "navigationBarTextStyle": "white" |
| | | } |
| | |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/exam/examReviewPage", |
| | | "name": "examReviewPage", |
| | | "path": "pages/exam/examResultPage", |
| | | "name": "examResultPage", |
| | | "style": { |
| | | "navigationStyle": "custom", |
| | | "navigationBarTitleText": "", |
| | |
| | | } |
| | | |
| | | } |
| | | ], |
| | | ,{ |
| | | "path" : "pages/grabOrders/taskCount/taskCount", |
| | | "style" : |
| | | { |
| | | "navigationBarTitleText": "查任务", |
| | | "navigationBarBackgroundColor": "#103289", |
| | | "navigationBarTextStyle": "white" |
| | | } |
| | | |
| | | } |
| | | ,{ |
| | | "path" : "pages/grabOrders/personnelCount/personnelCount", |
| | | "style" : |
| | | { |
| | | "navigationBarTitleText": "人员统计", |
| | | "navigationBarBackgroundColor": "#103289", |
| | | "navigationBarTextStyle": "white" |
| | | } |
| | | |
| | | } |
| | | ], |
| | | "globalStyle": { //将组件安装在项目的components目录下,并符合components/组件名称/组件名称.vue目录结构。可以不用引用、注册,直接在页面中使用。 |
| | | "autoscan": true |
| | | }, |