{ "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": {} }