| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426 |
- {
- "easycom": {
- "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/home/home",
- "style": {
- "navigationBarTitleText": "首页",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/check-order/checkorderlist",
- "style": {
- "navigationBarTitleText": "维修工单管理",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/check-order/admincheckorderlist",
- "style": {
- "navigationBarTitleText": "维修工单管理",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
-
- },
- {
- "path": "pages/check-order/mycheckorderlist",
- "style": {
- "navigationBarTitleText": "我的工单",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/check-order/todaycheckorderlist",
- "style": {
- "navigationBarTitleText": "今日工单",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/check-order/rtu/rtucheckorderlist",
- "style": {
- "navigationBarTitleText": "测站工单",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/check-order/orderprocesslist",
- "style": {
- "navigationBarTitleText": "工单处理管理",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/check-order/orderprocessreport",
- "style": {
- "navigationBarTitleText": "工单填报",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/check-order/orderprocessrecord",
- "style": {
- "navigationBarTitleText": "工单填报记录",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/check-order/orderprocessreportdetail",
- "style": {
- "navigationBarTitleText": "工单填报详情",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/equipment-inspection/equipmentinspectionplanlist",
- "style": {
- "navigationBarTitleText": "巡检计划",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/equipment-inspection/equipmentinspectionlist",
- "style": {
- "navigationBarTitleText": "设备巡检任务",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/equipment-inspection/myequipmentinspectionlist",
- "style": {
- "navigationBarTitleText": "我的巡检任务",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/equipment-inspection/equipmentinspectionreport",
- "style": {
- "navigationBarTitleText": "设备巡检填报",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/equipment-inspection/equipmentinspectionreportdetail",
- "style": {
- "navigationBarTitleText": "设备巡检填报详情",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/equipment-inspection/equipmentinspectionreportlist",
- "style": {
- "navigationBarTitleText": "巡检填报历史信息",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/equipment-inspection/todayequipmentinspectionreportlist",
- "style": {
- "navigationBarTitleText": "今日巡检填报信息",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/equipment-inspection/myequipmentinspectionreportlist",
- "style": {
- "navigationBarTitleText": "我的巡检填报信息",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/rtu-manage/rtumanage",
- "style": {
- "navigationBarTitleText": "管理工作台",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/warning/rtuwarninglist",
- "style": {
- "navigationBarTitleText": "测站预警",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/warning/warninginfodetail",
- "style": {
- "navigationBarTitleText": "预警信息",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/rtu-manage/rtudata",
- "style": {
- "navigationBarTitleText": "测站数据",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/rtu-manage/rturaindata",
- "style": {
- "navigationBarTitleText": "降水测站数据",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/rtu-manage/rturiverdata",
- "style": {
- "navigationBarTitleText": "河道测站数据",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/rtu-manage/rtursvrdata",
- "style": {
- "navigationBarTitleText": "水库测站数据",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/rtu-manage/rtugrounddata",
- "style": {
- "navigationBarTitleText": "墒情测站数据",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/rtu-manage/rtugrounddatadetail",
- "style": {
- "navigationBarTitleText": "墒情测站数据",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/report-forms/report",
- "style": {
- "navigationBarTitleText": "统计报表",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/report-forms/adminreport",
- "style": {
- "navigationBarTitleText": "统计报表",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/report-forms/contact",
- "style": {
- "navigationBarTitleText": "通讯录",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
-
- },
- {
- "path": "pages/home/building",
- "style": {
- "navigationBarTitleText": "开发中",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- // {
- // "path": "pages/checkReport/editCacheCheckReport",
- // "style": {
- // "navigationBarTitleText": "本地缓存问题编辑",
- // "enablePullDownRefresh": false,
- // "navigationStyle": "custom"
- // }
- // },
- // {
- // "path": "pages/checkReport/checkReportListManage",
- // "style": {
- // "navigationBarTitleText": "问题检查管理",
- // "enablePullDownRefresh": false,
- // "navigationStyle": "custom"
- // }
- // },
- {
- "path": "pages/news/noticelist",
- "style": {
- "navigationBarTitleText": "公告列表",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/news/detail",
- "style": {
- "navigationBarTitleText": "公告详情",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/service/service",
- "style": {
- "navigationBarTitleText": "服务",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/manage/manage",
- "style": {
- "navigationBarTitleText": "管理",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/user/center",
- "style": {
- "navigationBarTitleText": "我的",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/user/profile",
- "style": {
- "navigationBarTitleText": "个人资料",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/user/about",
- "style": {
- "navigationBarTitleText": "关于",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/user/font-setting",
- "style": {
- "navigationBarTitleText": "字体设置",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/user/modify-password",
- "style": {
- "navigationBarTitleText": "修改密码",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/login/login-account",
- "style": {
- "navigationBarTitleText": "账号登录",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/system/setting",
- "style": {
- "navigationBarTitleText": "设置",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#fff",
- "backgroundColor": "#F7F7F7"
- },
- "tabBar": {
- "color": "#A6ABB5",
- "selectedColor": "#0BB9C8",
- "borderStyle": "white",
- "backgroundColor": "#FFFFFF",
- "list": [{
- "pagePath": "pages/home/home",
- "iconPath": "static/images/tabbar/home.png",
- "selectedIconPath": "static/images/tabbar/home_selected.png",
- "text": "首页"
- },
- // {
- // "pagePath": "pages/checkReport/checkReportListManage",
- // "iconPath": "static/images/tabbar/demo.png",
- // "selectedIconPath": "static/images/tabbar/demo_selected.png",
- // "text": "维修工单"
- // },
- {
- "pagePath": "pages/rtu-manage/rtumanage",
- "iconPath": "static/images/tabbar/workbench.png",
- "selectedIconPath": "static/images/tabbar/workbench_selected.png",
- "text": "管理工作台"
- },
- // {
- // "pagePath": "pages/manage/building",
- // "iconPath": "static/images/tabbar/manage.png",
- // "selectedIconPath": "static/images/tabbar/manage_selected.png",
- // "text": "巡检管理"
- // },
- {
- "pagePath": "pages/user/center",
- "iconPath": "static/images/tabbar/user.png",
- "selectedIconPath": "static/images/tabbar/user_selected.png",
- "text": "我的"
- }
- ]
- }
- }
|