| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191 |
- {
- "pages": [
- {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "登录",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页",
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "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/finance/refund",
- "style": {
- "navigationBarTitleText": "退款清单"
- }
- },
- {
- "path": "pages/finance/settlement",
- "style": {
- "navigationBarTitleText": "结算记录"
- }
- },
- {
- "path": "pages/finance/split-record",
- "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"
- }
- },
- {
- "path": "pages/station/list",
- "style": {
- "navigationBarTitleText": "站点清单"
- }
- },
- {
- "path": "pages/station/detail",
- "style": {
- "navigationBarTitleText": "站点详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/user/list",
- "style": {
- "navigationBarTitleText": "用户列表"
- }
- },
- {
- "path": "pages/system/feedback",
- "style": {
- "navigationBarTitleText": "反馈上报"
- }
- },
- {
- "path": "pages/system/notice",
- "style": {
- "navigationBarTitleText": "系统公告"
- }
- },
- {
- "path": "pages/system/log",
- "style": {
- "navigationBarTitleText": "操作日志"
- }
- },
- {
- "path": "pages/system/dict",
- "style": {
- "navigationBarTitleText": "数据字典"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "自助洗车运营管理",
- "navigationBarBackgroundColor": "#ffffff",
- "backgroundColor": "#F5F7FA"
- },
- "tabBar": {
- "custom": true,
- "color": "#999999",
- "selectedColor": "#C6171E",
- "backgroundColor": "#ffffff",
- "borderStyle": "white",
- "list": [
- {
- "pagePath": "pages/index/index",
- "text": "首页"
- },
- {
- "pagePath": "pages/order/list",
- "text": "订单"
- },
- {
- "pagePath": "pages/device/list",
- "text": "设备"
- },
- {
- "pagePath": "pages/finance/index",
- "text": "财务"
- }
- ]
- }
- }
|