pages.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "首页"
  7. }
  8. },
  9. {
  10. "path": "pages/challenge/index",
  11. "style": {
  12. "navigationBarTitleText": "挑战结果"
  13. }
  14. },
  15. {
  16. "path": "pages/challenge/success",
  17. "style": {
  18. "navigationBarTitleText": "挑战成功"
  19. }
  20. },
  21. {
  22. "path": "pages/challenge/exit",
  23. "style": {
  24. "navigationBarTitleText": "退出比赛"
  25. }
  26. },
  27. {
  28. "path": "pages/originality/index",
  29. "style": {
  30. "navigationBarTitleText": "文创信息"
  31. }
  32. },
  33. {
  34. "path": "pages/led/index",
  35. "style": {
  36. "navigationBarTitleText": "LED显示屏"
  37. }
  38. },
  39. {
  40. "path": "pages/led/index2",
  41. "style": {
  42. "navigationBarTitleText": "LED显示屏2"
  43. }
  44. },
  45. {
  46. "path": "pages/led/index3",
  47. "style": {
  48. "navigationBarTitleText": "LED显示屏3"
  49. }
  50. }
  51. ],
  52. "globalStyle": {
  53. "navigationStyle": "custom",
  54. "navigationBarTextStyle": "black",
  55. "navigationBarTitleText": "保利",
  56. "navigationBarBackgroundColor": "#F8F8F8",
  57. "backgroundColor": "#F8F8F8"
  58. },
  59. "uniIdRouter": {}
  60. }