pages.json 570 B

1234567891011121314151617181920212223242526
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/login/login",
  5. "style": {
  6. "navigationBarTitleText": "登录",
  7. "navigationStyle": "custom",
  8. "enablePullDownRefresh": false
  9. }
  10. },
  11. {
  12. "path": "pages/index",
  13. "style": {
  14. "navigationStyle": "custom",
  15. "enablePullDownRefresh": false
  16. }
  17. }
  18. ],
  19. "globalStyle": {
  20. "navigationBarTextStyle": "black",
  21. "navigationBarTitleText": "智能eTMF系统",
  22. "navigationBarBackgroundColor": "#F8F8F8",
  23. "backgroundColor": "#F8F8F8"
  24. },
  25. "uniIdRouter": {}
  26. }