| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- {
- "pages": [
- {
- "path": "pages/login/index",
- "style": {
- "navigationBarTitleText": "登录",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/workbench/index",
- "style": {
- "navigationBarTitleText": "工作台",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页",
- "navigationStyle": "custom"
- }
- },
-
- {
- "path": "pages/workbench/list/index",
- "style": {
- "navigationBarTitleText": "列表",
- "navigationBarBackgroundColor": "#D5E9FE",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/workbench/detail/index",
- "style": {
- "navigationBarTitleText": "详情",
- "navigationBarBackgroundColor": "#D5E9FE"
- }
- },
- {
- "path": "pages/workbench/form/index",
- "style": {
- "navigationBarTitleText": "表单",
- "navigationBarBackgroundColor": "#D5E9FE"
- }
- },
- {
- "path": "pages/workbench/map/index",
- "style": {
- "navigationBarTitleText": "地图",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/profile/index",
- "style": {
- "navigationBarTitleText": "我的",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/order/index",
- "style": {
- "navigationBarTitleText": "工单",
- "navigationBarBackgroundColor": "#D5E9FE",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/score/index",
- "style": {
- "navigationBarTitleText": "工分",
- "navigationBarBackgroundColor": "#D5E9FE",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/worktime/index",
- "style": {
- "navigationBarTitleText": "工时",
- "navigationBarBackgroundColor": "#D5E9FE",
- "enablePullDownRefresh": false
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app x",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {}
- }
|