pages.json 405 B

1234567891011121314151617181920
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "enablePullDownRefresh": false
  7. }
  8. }
  9. ],
  10. "globalStyle": {
  11. "navigationStyle": "custom", // 隐藏系统导航栏
  12. "navigationBarTitleText": "电管家",
  13. "enablePullDownRefresh": false
  14. },
  15. "uniIdRouter": {}
  16. }