| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- {
- "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": "工单",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/score/index",
- "style": {
- "navigationBarTitleText": "工分",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/worktime/index",
- "style": {
- "navigationBarTitleText": "工时",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/push/index",
- "style": {
- "navigationBarTitleText": "通知",
- "navigationBarBackgroundColor": "#D5E9FE"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app x",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {}
- }
|