pages.json 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "首页",
  7. "enablePullDownRefresh": false
  8. }
  9. },
  10. {
  11. "path": "pages/index/eye-examine-index",
  12. "style": {
  13. "navigationBarTitleText": "体检",
  14. "enablePullDownRefresh": false,
  15. "navigationStyle": "custom"
  16. }
  17. },
  18. {
  19. "path": "pages/index/student-list",
  20. "style": {
  21. "navigationBarTitleText": "学生列表",
  22. "enablePullDownRefresh": false,
  23. "navigationStyle": "custom"
  24. }
  25. },
  26. {
  27. "path": "pages/index/vision-input",
  28. "style": {
  29. "navigationBarTitleText": "视力录入",
  30. "enablePullDownRefresh": false,
  31. "navigationStyle": "custom"
  32. }
  33. },
  34. {
  35. "path": "pages/index/add-student",
  36. "style": {
  37. "navigationBarTitleText": "新增学生",
  38. "enablePullDownRefresh": false,
  39. "navigationStyle": "custom"
  40. }
  41. },
  42. {
  43. "path": "pages/index/select-input-type",
  44. "style": {
  45. "navigationBarTitleText": "选择录入类型",
  46. "enablePullDownRefresh": false,
  47. "navigationStyle": "custom"
  48. }
  49. },
  50. {
  51. "path": "pages/index/vision-detail",
  52. "style": {
  53. "navigationBarTitleText": "视力数据详情",
  54. "enablePullDownRefresh": false,
  55. "navigationStyle": "custom"
  56. }
  57. }
  58. ],
  59. "subPackages": [
  60. {
  61. "root": "modules/common",
  62. "pages": [
  63. {
  64. "path": "detail",
  65. "style": {
  66. "navigationBarTitleText": "详情",
  67. "enablePullDownRefresh": false
  68. }
  69. },
  70. {
  71. "path": "student-prosthetics/index",
  72. "style": {
  73. "navigationBarTitleText": "休复学申请"
  74. }
  75. },
  76. {
  77. "path": "student-prosthetics/certificate",
  78. "style": {
  79. "navigationBarTitleText": "休学存证"
  80. }
  81. },
  82. {
  83. "path": "student-prosthetics/approval-progress",
  84. "style": {
  85. "navigationBarTitleText": "审批进度"
  86. }
  87. }
  88. ]
  89. },
  90. {
  91. "root": "modules/index",
  92. "pages": [
  93. {
  94. "path": "detail",
  95. "style": {
  96. "navigationBarTitleText": "详情",
  97. "enablePullDownRefresh": false
  98. }
  99. }
  100. ]
  101. },
  102. {
  103. "root": "modules/my",
  104. "pages": [
  105. {
  106. "path": "userInfo",
  107. "style": {
  108. "navigationBarTitleText": "用户资料",
  109. "enablePullDownRefresh": false
  110. }
  111. },
  112. {
  113. "path": "version",
  114. "style": {
  115. "navigationBarTitleText": "版本记录",
  116. "enablePullDownRefresh": false
  117. }
  118. },
  119. {
  120. "path": "feedback",
  121. "style": {
  122. "navigationBarTitleText": "意见反馈",
  123. "enablePullDownRefresh": false
  124. }
  125. },
  126. {
  127. "path": "address/list",
  128. "style": {
  129. "navigationBarTitleText": "地址管理",
  130. "enablePullDownRefresh": false
  131. }
  132. },
  133. {
  134. "path": "address/add",
  135. "style": {
  136. "navigationBarTitleText": "地址管理",
  137. "enablePullDownRefresh": false
  138. }
  139. },
  140. {
  141. "path": "notice",
  142. "style": {
  143. "navigationBarTitleText": "我的消息",
  144. "enablePullDownRefresh": false
  145. }
  146. },
  147. {
  148. "path": "about/policy",
  149. "style": {
  150. "navigationBarTitleText": "隐私政策",
  151. "enablePullDownRefresh": false
  152. }
  153. },
  154. {
  155. "path": "about/agreement",
  156. "style": {
  157. "navigationBarTitleText": "用户协议",
  158. "enablePullDownRefresh": false
  159. }
  160. },
  161. {
  162. "path": "setting",
  163. "style": {
  164. "navigationBarTitleText": "设置",
  165. "enablePullDownRefresh": false
  166. }
  167. }
  168. ]
  169. }
  170. ],
  171. "preloadRule": {
  172. "pages/index/welcome": {
  173. "network": "all",
  174. "packages": ["modules/common"]
  175. },
  176. "pages/index/index": {
  177. "network": "all",
  178. "packages": ["modules/index"]
  179. },
  180. "pages/my/my": {
  181. "network": "all",
  182. "packages": ["modules/my"]
  183. }
  184. },
  185. "globalStyle": {
  186. "navigationBarTextStyle": "black",
  187. "navigationBarTitleText": "uni-app",
  188. "navigationBarBackgroundColor": "#F8F8F8",
  189. "backgroundColor": "#F8F8F8"
  190. }
  191. }