123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/login/login",
- "style": {}
- },
- {
- "path": "pages/storageInfoAnalysis/storageInfoAnalysis",
- "style": {
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- }
- },
- {
- "path": "pages/grainInfo/grainInfo",
- "style": {}
- },
- {
- "path": "pages/storageInfoAnalysis/granaryInfo",
- "style": {}
- },
- {
- "path": "pages/storageInfoAnalysis/details",
- "style": {}
- },
- {
- "path": "pages/storageInfoAnalysis/list",
- "style": {}
- },
- {
- "path": "pages/safeStorageInspect/safeStorageInspect",
- "style": {}
- },
- {
- "path": "pages/safeStorageInspect/safeStorageInspectEdit",
- "style": {}
- },
- {
- "path": "pages/safePruductInspect/safePruductInspect",
- "style": {}
- },
- {
- "path": "pages/safePruductInspect/safePruductInspectEdit",
- "style": {}
- },
- {
- "path": "pages/storageAcceptanceInspect/storageAcceptanceInspect",
- "style": {}
- },
- {
- "path": "pages/storageAcceptanceInspect/storageAcceptanceInspectEdit",
- "style": {}
- },
- // 消防水源管理
- {
- "path": "pages/fireWaterSource/index",
- "style": {}
- },
- // 智慧消费
- {
- "path": "pages/fireFighting/index",
- "style": {}
- },
- {
- "path": "pages/fireFighting/details",
- "style": {}
- },
- // 智慧安防
- {
- "path": "pages/smartSecurity/index",
- "style": {}
- },
- {
- "path": "pages/smartSecurity/details",
- "style": {}
- },
- // 查询统计
- {
- "path": "pages/queryStatistics/index",
- "style": {}
- },
- // 仓容分布
- {
- "path": "pages/queryStatistics/storageDistrbution/index",
- "style": {}
- },
- {
- "path": "pages/queryStatistics/storageDistrbution/details",
- "style": {}
- },
- // 收购详情查询
- {
- "path": "pages/queryStatistics/purchaseDetails/index",
- "style": {}
- },
- {
- "path": "pages/queryStatistics/purchaseDetails/details",
- "style": {}
- },
- // 应急信息查询
- {
- "path": "pages/queryStatistics/emergencyInfo/index",
- "style": {}
- },
- {
- "path": "pages/queryStatistics/emergencyInfo/details",
- "style": {}
- },
- // 当日信息查询
- {
- "path": "pages/queryStatistics/todayInfo/index",
- "style": {}
- },
- {
- "path": "pages/queryStatistics/todayInfo/details",
- "style": {}
- },
- {
- "path": "pages/safetyPlan/safetyPlan",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/safetyPlan/details",
- "style": {
- "navigationBarTitleText": ""
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {}
- }
|