{ "easycom": { "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" }, "pages": [ { "path": "pages/roleSelect", "style": { "navigationBarTitleText": "选择身份" } }, { "path": "pages/login", "style": { "navigationBarTitleText": "登录" } }, { "path": "pages/index", "style": { "navigationBarTitleText": "首页", "enablePullDownRefresh": false } }, { "path": "pages/workOrder/list", "style": { "navigationBarTitleText": "工单列表" } }, { "path": "pages/workOrder/detail", "style": { "navigationBarTitleText": "工单详情" } }, { "path" : "pages/workOrder/edit", "style" : { "navigationBarTitleText" : "新增工单" } }, { "path" : "pages/operation/record", "style" : { "navigationBarTitleText" : "运维记录" } }, { "path" : "pages/operation/detail", "style" : { "navigationBarTitleText" : "运维详情" } }, { "path" : "pages/operation/device", "style" : { "navigationBarTitleText" : "设备运维" } }, { "path" : "pages/polling/task", "style" : { "navigationBarTitleText" : "巡检任务" } }, { "path" : "pages/polling/detail", "style" : { "navigationBarTitleText" : "任务详情" } }, { "path" : "pages/polling/point", "style" : { "navigationBarTitleText" : "巡检点" } }, { "path" : "pages/common/memberSel", "style" : { "navigationBarTitleText" : "选择人员" } }, { "path" : "pages/inventory/index", "style" : { "navigationBarTitleText" : "库存盘点" } }, { "path" : "pages/inventory/detail", "style" : { "navigationBarTitleText" : "盘点单" } }, { "path" : "pages/workOrder/problemEdit", "style" : { "navigationBarTitleText" : "问题上报" } }, { "path" : "pages/workOrder/result", "style" : { "navigationBarTitleText" : "问题上报" } }, { "path" : "pages/workOrder/wait", "style" : { "navigationBarTitleText" : "任务中心" } }, { "path": "pages/polling/empty", "style": { "navigationBarTitleText": "扫码巡检" } }, { "path": "pages/customer/login", "style": { "navigationBarTitleText": "商户登录", "navigationBarBackgroundColor": "#dce9ff" } }, { "path": "pages/customer/index", "style": { "navigationBarTitleText": "商户工作台", "navigationBarBackgroundColor": "#2080f7", "navigationBarTextStyle": "white" } }, { "path": "pages/customer/electricity/list", "style": { "navigationBarTitleText": "交电费", "navigationBarBackgroundColor": "#f4f6fb" } }, { "path": "pages/customer/electricity/recharge", "style": { "navigationBarTitleText": "电费充值", "navigationBarBackgroundColor": "#f4f6fb" } }, { "path": "pages/customer/conditioner/recharge", "style": { "navigationBarTitleText": "空调充值", "navigationBarBackgroundColor": "#f4f6fb" } }, { "path": "pages/customer/pay/result", "style": { "navigationBarTitleText": "支付结果", "navigationBarBackgroundColor": "#f4f6fb" } }, { "path": "pages/customer/recharge/record", "style": { "navigationBarTitleText": "充值记录", "navigationBarBackgroundColor": "#f4f6fb" } }, { "path": "pages/customer/contract/list", "style": { "navigationBarTitleText": "我的合同", "navigationBarBackgroundColor": "#f4f6fb" } }, { "path": "pages/customer/contract/detail", "style": { "navigationBarTitleText": "合同详情", "navigationBarBackgroundColor": "#f4f6fb" } }, { "path": "pages/customer/bill/list", "style": { "navigationBarTitleText": "我的账单", "navigationBarBackgroundColor": "#f4f6fb" } }, { "path": "pages/customer/bill/detail", "style": { "navigationBarTitleText": "账单详情", "navigationBarBackgroundColor": "#f4f6fb" } }, { "path": "pages/customer/bill/pay", "style": { "navigationBarTitleText": "账单缴费", "navigationBarBackgroundColor": "#f4f6fb" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationStyle": "custom", "navigationBarBackgroundColor": "#ffffff", "backgroundColor": "#ffffff" }, "uniIdRouter": {} }