123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/data/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/data/coal-mining/detail/detail",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/data/coal-mining/coal-machine/coal-machine",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/data/coal-mining/pump-machine/pump-machine",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/data/driving/driving-machine/driving-machine",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/data/ventilation/detail/detail",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/data/ventilation/air-system/air-system",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/data/transport/belt/belt",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/data/transport/passenger/passenger",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/data/electron/line-picture/line-picture",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/data/electron/summary-picture/summary-picture",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/data/supply-water/detail/detail",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/data/supply-water/supply-room/supply-room",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/data/nitrogen/nitrogen-system/nitrogen-system",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/data/nitrogen/compress-system/compress-system",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/data/disaster/water-disaster/water-disaster",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/data/supply-water/pool-system/pool-system",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/data/ventilation/Lane-system/Lane-system",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/data/ts-system/flj",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/data/ts-system/fxj_jc",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/data/ts-system/fxj_gd",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/data/cj-system/kjky",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/data/cj-system/kjsp",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/data/cj-system/jqr",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/data/cj-system/gzm",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/data/nitrogen/flj_yf",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/data/transport/jdgl",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/data/gs-system/shs",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/data/gs-system/xfs",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/data/gs-system/scs",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/data/rl-system/hrz",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/data/rl-system/rqgl",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/data/rl-system/xgl",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/data/znjc/page",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/data/supply-water/supply-room/room1065",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/data/transport/belt/belt07",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/data/transport/belt/jxpdjk",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/data/transport/belt/emss",
- "style": {
- "navigationStyle": "custom"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "数据平台",
- "navigationBarBackgroundColor": "#00A0E8",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {}
- }
|