pages.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/welcome/index",
  5. "style": {
  6. "navigationBarTitleText": "欢迎",
  7. "navigationStyle": "custom"
  8. }
  9. },
  10. {
  11. "path": "pages/login/index",
  12. "style": {
  13. "navigationBarTitleText": "登录",
  14. "navigationStyle": "custom"
  15. }
  16. },
  17. {
  18. "path": "pages/index/index",
  19. "style": {
  20. "navigationStyle": "custom"
  21. }
  22. },
  23. {
  24. "path": "pages/profile/index",
  25. "style": {
  26. "navigationBarTitleText": "个人中心",
  27. "navigationStyle": "custom"
  28. }
  29. },
  30. {
  31. "path" : "pages/checkin/index",
  32. "style" :
  33. {
  34. "navigationBarTitleText" : "课堂签到",
  35. "navigationStyle": "custom"
  36. }
  37. },
  38. {
  39. "path" : "pages/checkin/teacher/index",
  40. "style" :
  41. {
  42. "navigationBarTitleText" : ""
  43. }
  44. },
  45. {
  46. "path" : "pages/checkin/teacher/select-method",
  47. "style" :
  48. {
  49. "navigationBarTitleText" : ""
  50. }
  51. },
  52. {
  53. "path" : "pages/checkin/teacher/number-setup",
  54. "style" :
  55. {
  56. "navigationBarTitleText" : ""
  57. }
  58. },
  59. {
  60. "path" : "pages/checkin/teacher/qr-active",
  61. "style" :
  62. {
  63. "navigationBarTitleText" : ""
  64. }
  65. },
  66. {
  67. "path" : "pages/checkin/teacher/select-class",
  68. "style" :
  69. {
  70. "navigationBarTitleText" : ""
  71. }
  72. },
  73. {
  74. "path" : "pages/record/index",
  75. "style" :
  76. {
  77. "navigationBarTitleText" : ""
  78. }
  79. },
  80. {
  81. "path" : "pages/record/teacher",
  82. "style" :
  83. {
  84. "navigationBarTitleText" : ""
  85. }
  86. },
  87. {
  88. "path" : "pages/record/student",
  89. "style" :
  90. {
  91. "navigationBarTitleText" : ""
  92. }
  93. },
  94. {
  95. "path" : "pages/record/teacher-class-details",
  96. "style" :
  97. {
  98. "navigationBarTitleText" : ""
  99. }
  100. }
  101. ],
  102. "globalStyle": {
  103. "navigationBarTextStyle": "black",
  104. "navigationBarTitleText": "EAI英语写作平台",
  105. "navigationStyle": "custom",
  106. "navigationBarBackgroundColor": "#F8F8F8",
  107. "backgroundColor": "#F8F8F8"
  108. },
  109. "uniIdRouter": {}
  110. }