{ "easycom": { "autoscan": true, "custom": { "^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue", "^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue", "^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue" } }, "pages": [ { "path": "pages/index/index", "style": { "navigationBarTitleText": "三查一曝光" } }, { "path": "pages/map/map", "style": { "navigationBarTitleText": "一张图" } }, { "path": "pages/plandetail/plandetail", "style": { "navigationBarTitleText": "计划详情" } }, { "path": "pages/Inspectionresult/Inspectionresult", "style": { "navigationBarTitleText": "检查结果" } }, { "path": "pages/membermanagemen/membermanagemen", "style": { "navigationBarTitleText": "成员管理" } }, { "path": "pages/corporateInformation/corporateInformation", "style": { "navigationBarTitleText": "企业信息" } }, { "path": "pages/editcompanInformation/editcompanInformation", "style": { "navigationBarTitleText": "编辑企业信息" } }, { "path": "pages/checklist/checklist", "style": { "navigationBarTitleText": "检查表" } }, { "path": "pages/editchecklist/editchecklist", "style": { "navigationBarTitleText": "编辑检查表" } }, { "path": "pages/Inspectionlog/Inspectionlog", "style": { "navigationBarTitleText": "检查记录" } }, { "path": "pages/Inspectionchecklist/Inspectionchecklist", "style": { "navigationBarTitleText": "检查清单" } }, { "path": "pages/Idphotomanagement/Idphotomanagement", "style": { "navigationBarTitleText": "证件照管理" } }, { "path": "pages/hiddendanger/Inspection", "style": { "navigationBarTitleText": "隐患排查" } }, { "path": "pages/hiddendanger/view", "style": { "navigationBarTitleText": "查看隐患" } }, { "path":"pages/hiddendanger/rectification", "style": { "navigationBarTitleText": "隐患整改" } }, { "path":"pages/hiddendanger/acceptance", "style": { "navigationBarTitleText": "隐患验收" } }, { "path":"pages/hiddendanger/assignment", "style": { "navigationBarTitleText": "隐患交办" } }, { "path":"pages/closeout/application", "style": { "navigationBarTitleText": "销号申请" } }, { "path":"pages/closeout/editor", "style": { "navigationBarTitleText": "销号详情" } }, { "path":"pages/equipmentregistration/equipmentregistration", "style": { "navigationBarTitleText": "设备登记" } }, { "path":"pages/area/management", "style": { "navigationBarTitleText": "区域管理" } }, { "path":"pages/Inspectionwarning/Inspectionwarning", "style": { "navigationBarTitleText": "日常安全检查预警" } }, { "path":"pages/personalcenter/my", "style": { "navigationBarTitleText": "我的" // "navigationStyle": "custom" } }, { "path":"pages/personalcenter/helpcenter", "style": { "navigationBarTitleText": "帮助中心" } }, { "path":"pages/personalcenter/notification", "style": { "navigationBarTitleText": "新消息通知" } }, { "path":"pages/personalcenter/settings", "style": { "navigationBarTitleText": "通用设置" } }, { "path":"pages/personalcenter/account", "style": { "navigationBarTitleText": "账号安全" } }, { "path":"pages/personalcenter/edit", "style": { "navigationBarTitleText": "编辑资料" } }, { "path" : "pages/login/login", "style" : { "navigationBarTitleText" : "登录页面", "navigationStyle": "custom" } }, { "path" : "pages/login/reg", "style" : { "navigationBarTitleText" : "注册账号", "navigationStyle": "custom" } }, { "path" : "pages/login/enterprise", "style" : { "navigationBarTitleText" : "注册新企业" } }, { "path" : "pages/login/success", "style" : { "navigationBarTitleText" : "注册成功" } }, { "path" : "pages/login/forget", "style" : { "navigationBarTitleText" : "忘记密码", "navigationStyle": "custom" } }, { "path" : "pages/login/agreement", "style" : { "navigationBarTitleText" : "用户协议", "navigationStyle": "custom" } } ], "globalStyle": { "navigationBarTextStyle": "white", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#007aff", "backgroundColor": "#F8F8F8" }, "tabBar": { "color": "#999999", "selectedColor": "#007aff", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [ { "pagePath": "pages/index/index", "text": "首页", "iconPath": "static/tabBar/home1.png", "selectedIconPath": "static/tabBar/home.png" }, { "pagePath": "pages/map/map", "text": "一张图", "iconPath": "static/tabBar/map.png", "selectedIconPath": "static/tabBar/map1.png" }, { "pagePath": "pages/Inspectionwarning/Inspectionwarning", "text": "预警", "iconPath": "static/tabBar/warning.png", "selectedIconPath": "static/tabBar/warning1.png" }, { "pagePath": "pages/personalcenter/my", "text": "我的", "iconPath": "static/tabBar/my.png", "selectedIconPath": "static/tabBar/my1.png" } ] }, "uniIdRouter": {} }