| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- {
-
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": ""
-
- }
- },
- {
- "path": "pages/home/index",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/details/index",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path" : "pages/electricity/index",
- "style" :
- {
- "navigationBarTitleText" : ""
- }
- },
- {
- "path" : "pages/supply/supply",
- "style" :
- {
- "navigationBarTitleText" : ""
- }
- },
- {
- "path" : "pages/supplyss/supplyss",
- "style" :
- {
- "navigationBarTitleText" : ""
- }
- },
- {
- "path" : "pages/faultlist/index",
- "style" :
- {
- "navigationBarTitleText" : ""
- }
- },
- {
- "path" : "pages/SYSifo/index",
- "style" :
- {
- "navigationBarTitleText" : ""
- }
- }
- ],
-
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "",
- "navigationStyle": "custom",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {}
- }
|