pages.json 993 B

123456789101112131415161718192021222324252627282930313233343536373839
  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. "path" : "pages_course/feedback",
  19. "style" :
  20. {
  21. "navigationBarTitleText": "投诉反馈",
  22. "navigationStyle": "custom",
  23. "scrollIndicator": "none",
  24. "app-plus": {
  25. "bounce": "none",
  26. "softinputMode": "adjustResize"
  27. }
  28. }
  29. }
  30. ],
  31. "globalStyle": {
  32. "navigationBarTextStyle": "black",
  33. "navigationBarTitleText": "",
  34. "navigationBarBackgroundColor": "#F8F8F8",
  35. "backgroundColor": "#F8F8F8"
  36. },
  37. "uniIdRouter": {}
  38. }