{ "easycom": { "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue" }, "pages": [ { "path": "pages/sys/login/login", "style": { "navigationBarTitleText": "登录", "navigationStyle": "custom" } }, { "path": "pages/sys/home/home", "style": { "navigationStyle": "custom" } }, { "path": "pages/sys/workbench/workbench", "style": { "navigationStyle": "custom" } }, { "path": "pages/sys/user/mine", "style": { "navigationStyle": "custom" } }, { "path": "pages/sys/user/changeInfo/changeInfo", "style": { "navigationBarTitleText": "个人信息" } }, { "path": "pages/sys/user/message/message", "style": { "navigationStyle": "custom" } }, { "path": "pages/sys/user/pwd", "style": { "navigationBarTitleText": "修改密码" } }, { "path": "pages/sys/user/serviceCenter/serviceCenter", "style": { "navigationBarTitleText": "服务中心" } }, { "path": "pages/sys/user/serviceCenter/questionDetail", "style": { "navigationBarTitleText": "服务中心" } }, { "path": "pages/sys/user/myVisitor/myVisitor", "style": { "navigationBarTitleText": "我的访客" } }, { "path": "pages/sys/user/myVisitor/creatVisitor", "style": { "navigationBarTitleText": "发起邀约" } }, { "path": "pages/sys/user/myVisitor/creatVisitor2", "style": { "navigationBarTitleText": "发起邀约" } }, { "path": "pages/sys/user/myVisitor/selectRoom", "style": { "navigationBarTitleText": "选择服务地址" } }, { "path": "pages/sys/user/myVisitor/visitorInfo", "style": { "navigationStyle": "custom" } }, { "path": "pages/sys/user/myPayment/myPayment", "style": { "navigationBarTitleText": "停车缴费" } }, { "path": "pages/sys/user/myPayment/paymentRecords", "style": { "navigationBarTitleText": "缴费记录" } }, { "path": "pages/sys/user/myPayment/myCarCode", "style": { "navigationBarTitleText": "我的车牌" } }, { "path": "pages/sys/user/myRepair/myRepair", "style": { "navigationBarTitleText": "报事报修" } }, { "path": "pages/sys/user/myRepair/addRepair", "style": { "navigationBarTitleText": "新增报事报修" } }, { "path": "pages/sys/user/myRepair/selectLocation", "style": { "navigationBarTitleText": "选择服务地址" } }, { "path": "pages/sys/user/myRepair/repaired", "style": { "navigationStyle": "custom" } }, { "path": "pages/sys/user/myRepair/repairEvaluate", "style": { "navigationBarTitleText": "服务评价" } }, { "path": "pages/sys/user/myRecord/myRecord", "style": { "navigationStyle": "custom" } }, { "path": "pages/sys/workbench/oa/oa", "style": { "navigationBarTitleText": "审批中心" } }, { "path": "pages/sys/workbench/oa/oaDetail", "style": { "navigationStyle": "custom" } }, { "path": "pages/sys/workbench/order/order", "style": { "navigationBarTitleText": "工单管理" } }, { "path": "pages/sys/workbench/order/createOrder", "style": { "navigationBarTitleText": "创建工单" } }, { "path": "pages/sys/workbench/order/orderDetail", "style": { "navigationBarTitleText": "工单详情" } }, { "path": "pages/sys/workbench/meet/meet", "style": { "navigationBarTitleText": "会议预约" } }, { "path": "pages/sys/workbench/meet/createMeet", "style": { "navigationBarTitleText": "会议室预约" } }, { "path": "pages/sys/workbench/camera", "style": { "navigationStyle": "custom" } }, { "path": "pages/sys/workbench/monitor/monitors", "style": { "navigationBarTitleText": "监控室" } }, { "path": "pages/sys/workbench/monitor/monitorplay", "style": { "navigationStyle": "custom" } }, { "path": "pages/sys/workbench/earlyWarning/earlyWarning", "style": { "navigationStyle": "custom" } }, { "path": "pages/sys/workbench/earlyWarning/warnDetail", "style": { "navigationBarTitleText": "预警详情" } }, { "path": "pages/sys/workbench/earlyWarning/warnStatistics", "style": { "navigationBarTitleText": "预警统计" } }, { "path": "pages/sys/workbench/inspection/inspection", "style": { "navigationBarTitleText": "工作巡检" } }, { "path": "pages/sys/workbench/inspection/inspectionProcess", "style": { "navigationBarTitleText": "巡检任务" } }, { "path": "pages/sys/workbench/unitManagement/unitManagement", "style": { "navigationBarTitleText": "单位管理" } }, { "path": "pages/sys/workbench/unitManagement/employeeAudits", "style": { "navigationBarTitleText": "员工审核" } }, { "path": "pages/sys/workbench/unitManagement/auditsDetail", "style": { "navigationBarTitleText": "审核详情" } }, { "path": "pages/sys/workbench/unitManagement/employeeManagement", "style": { "navigationBarTitleText": "员工管理" } }, { "path": "pages/sys/workbench/unitManagement/employeeEdit", "style": { "navigationBarTitleText": "员工审核" } }, { "path": "pages/sys/workbench/unitManagement/employeeAdd", "style": { "navigationBarTitleText": "员工注册" } } ], "tabBar": { "color": "#232323", "selectedColor": "#0652FF", "backgroundColor": "#fff", "borderStyle": "black", "list": [ { "pagePath": "pages/sys/home/home", "iconPath": "static/ic_main_home.png", "selectedIconPath": "static/ic_main_home_selected.png", "text": "首页" }, { "pagePath": "pages/sys/workbench/workbench", "iconPath": "static/ic_main_work.png", "selectedIconPath": "static/ic_main_work_selected.png", "text": "工作台" }, { "pagePath": "pages/sys/user/mine", "iconPath": "static/ic_main_mine.png", "selectedIconPath": "/static/ic_main_mine_selected.png", "text": "我的" } ] }, "subPackages": [ ], "preloadRule": { }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "Aidex", "navigationBarBackgroundColor": "#ffffff" }, "easycom": { "autoscan": true, "custom": { "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" } } }