pages.json 1003 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/course/learning",
  5. "style": {
  6. "navigationBarTitleText": "",
  7. "navigationStyle": "custom",
  8. "scrollIndicator": "none",
  9. "titleNView": false,
  10. "app-plus": {
  11. "bounce": "none",
  12. "softinputMode": "adjustResize"
  13. }
  14. }
  15. },
  16. {
  17. "path": "pages/course/reward",
  18. "style": {
  19. "navigationBarTitleText": "",
  20. "navigationStyle": "custom",
  21. "scrollIndicator": "none",
  22. "bounce": "none",
  23. "titleNView": false
  24. }
  25. },
  26. {
  27. "path": "pages/auth/login",
  28. "style": {
  29. "navigationBarTitleText": "微信授权",
  30. "navigationStyle": "custom",
  31. "scrollIndicator": "none",
  32. "bounce": "none",
  33. "titleNView": false
  34. }
  35. }
  36. ],
  37. "globalStyle": {
  38. "navigationBarTextStyle": "black",
  39. "navigationBarTitleText": "",
  40. "navigationBarBackgroundColor": "#F8F8F8",
  41. "backgroundColor": "#F8F8F8"
  42. },
  43. "uniIdRouter": {}
  44. }