{ "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": "财务" } ] } }