1234567891011121314151617181920 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
-
- "enablePullDownRefresh": false
- }
-
- }
- ],
- "globalStyle": {
- "navigationStyle": "custom", // 隐藏系统导航栏
- "navigationBarTitleText": "电管家",
- "enablePullDownRefresh": false
- },
- "uniIdRouter": {}
- }
|