pages.json 645 B

1234567891011121314151617181920212223242526
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/enterprise",
  5. "style": {
  6. "navigationBarTitleText": "企业理念",
  7. "enablePullDownRefresh": false,
  8. "navigationStyle": "custom"
  9. }
  10. },{
  11. "path": "pages_course/video",
  12. "style": {
  13. "navigationBarTitleText": "",
  14. "enablePullDownRefresh": false,
  15. "navigationStyle": "custom"
  16. }
  17. }
  18. ],
  19. "globalStyle": {
  20. "navigationBarTextStyle": "black",
  21. "navigationBarTitleText": "",
  22. "navigationBarBackgroundColor": "#F8F8F8",
  23. "backgroundColor": "#F8F8F8"
  24. },
  25. "uniIdRouter": {}
  26. }