pages.json 661 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index",
  5. "style": {
  6. }
  7. },
  8. {
  9. "path": "pages/record",
  10. "style": {
  11. "navigationBarTitleText": ""
  12. }
  13. },
  14. {
  15. "path": "pages/statistics",
  16. "style": {
  17. "navigationBarTitleText": ""
  18. }
  19. }
  20. ],
  21. "globalStyle": {
  22. "navigationBarTextStyle": "black",
  23. "navigationBarTitleText": "扫码领红包",
  24. "navigationBarBackgroundColor": "#F8F8F8",
  25. "backgroundColor": "#F8F8F8",
  26. "navigationStyle": "custom",
  27. "app-plus": {
  28. "titleView": false
  29. }
  30. }
  31. }