| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128 |
- {
- "pages": [
- {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "登录",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/order/list",
- "style": {
- "navigationBarTitleText": "订单列表"
- }
- },
- {
- "path": "pages/order/detail",
- "style": {
- "navigationBarTitleText": "订单详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/device/list",
- "style": {
- "navigationBarTitleText": "设备列表"
- }
- },
- {
- "path": "pages/device/detail",
- "style": {
- "navigationBarTitleText": "设备详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/finance/index",
- "style": {
- "navigationBarTitleText": "财务管理"
- }
- },
- {
- "path": "pages/finance/withdraw",
- "style": {
- "navigationBarTitleText": "提现管理"
- }
- },
- {
- "path": "pages/setting/index",
- "style": {
- "navigationBarTitleText": "平台配置",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/setting/rate-config",
- "style": {
- "navigationBarTitleText": "平台费率配置",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/setting/device-config",
- "style": {
- "navigationBarTitleText": "设备配置",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/setting/device-config-detail",
- "style": {
- "navigationBarTitleText": "设备配置详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/setting/rate-config-detail",
- "style": {
- "navigationBarTitleText": "费率模板详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/setting/device-binding",
- "style": {
- "navigationBarTitleText": "设备绑定管理",
- "navigationStyle": "custom"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "自助洗车运营管理",
- "navigationBarBackgroundColor": "#ffffff",
- "backgroundColor": "#f5f5f5"
- },
- "tabBar": {
- "color": "#666666",
- "selectedColor": "#007AFF",
- "backgroundColor": "#ffffff",
- "borderStyle": "black",
- "list": [
- {
- "pagePath": "pages/index/index",
- "text": "首页"
- },
- {
- "pagePath": "pages/order/list",
- "text": "订单"
- },
- {
- "pagePath": "pages/device/list",
- "text": "设备"
- },
- {
- "pagePath": "pages/finance/index",
- "text": "财务"
- }
- ]
- }
- }
|