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