123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "pages": [{
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页"
- }
- },{
- "path" : "pages/checkList/checkList",
- "style" :
- {
- "navigationBarTitleText": "清单",
- "enablePullDownRefresh": false
- }
-
- },
- {
- "path" : "pages/login/index",
- "style" :
- {
- "navigationBarTitleText": "清单",
- "enablePullDownRefresh": false
- }
-
- },
- {
- "path" : "pages/riskPiont/riskPiont",
- "style" :
- {
- "navigationBarTitleText": "风险点",
- "enablePullDownRefresh": false
- }
-
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "智慧医院",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "app-plus": {
- "background": "#efeff4"
- }
- }
-
- }
|