pages.json 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  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/input-method-select",
  52. "style": {
  53. "navigationBarTitleText": "选择录入方式",
  54. "enablePullDownRefresh": false,
  55. "navigationStyle": "custom"
  56. }
  57. },
  58. {
  59. "path": "pages/index/vision-detail",
  60. "style": {
  61. "navigationBarTitleText": "视力数据详情",
  62. "enablePullDownRefresh": false,
  63. "navigationStyle": "custom"
  64. }
  65. }
  66. ],
  67. "subPackages": [
  68. {
  69. "root": "modules/common",
  70. "pages": [
  71. {
  72. "path": "detail",
  73. "style": {
  74. "navigationBarTitleText": "详情",
  75. "enablePullDownRefresh": false
  76. }
  77. },
  78. {
  79. "path": "student-prosthetics/index",
  80. "style": {
  81. "navigationBarTitleText": "休复学申请"
  82. }
  83. },
  84. {
  85. "path": "student-prosthetics/certificate",
  86. "style": {
  87. "navigationBarTitleText": "休学存证"
  88. }
  89. },
  90. {
  91. "path": "student-prosthetics/approval-progress",
  92. "style": {
  93. "navigationBarTitleText": "审批进度"
  94. }
  95. }
  96. ]
  97. },
  98. {
  99. "root": "modules/index",
  100. "pages": [
  101. {
  102. "path": "detail",
  103. "style": {
  104. "navigationBarTitleText": "详情",
  105. "enablePullDownRefresh": false
  106. }
  107. }
  108. ]
  109. },
  110. {
  111. "root": "modules/my",
  112. "pages": [
  113. {
  114. "path": "userInfo",
  115. "style": {
  116. "navigationBarTitleText": "用户资料",
  117. "enablePullDownRefresh": false
  118. }
  119. },
  120. {
  121. "path": "version",
  122. "style": {
  123. "navigationBarTitleText": "版本记录",
  124. "enablePullDownRefresh": false
  125. }
  126. },
  127. {
  128. "path": "feedback",
  129. "style": {
  130. "navigationBarTitleText": "意见反馈",
  131. "enablePullDownRefresh": false
  132. }
  133. },
  134. {
  135. "path": "address/list",
  136. "style": {
  137. "navigationBarTitleText": "地址管理",
  138. "enablePullDownRefresh": false
  139. }
  140. },
  141. {
  142. "path": "address/add",
  143. "style": {
  144. "navigationBarTitleText": "地址管理",
  145. "enablePullDownRefresh": false
  146. }
  147. },
  148. {
  149. "path": "notice",
  150. "style": {
  151. "navigationBarTitleText": "我的消息",
  152. "enablePullDownRefresh": false
  153. }
  154. },
  155. {
  156. "path": "about/policy",
  157. "style": {
  158. "navigationBarTitleText": "隐私政策",
  159. "enablePullDownRefresh": false
  160. }
  161. },
  162. {
  163. "path": "about/agreement",
  164. "style": {
  165. "navigationBarTitleText": "用户协议",
  166. "enablePullDownRefresh": false
  167. }
  168. },
  169. {
  170. "path": "setting",
  171. "style": {
  172. "navigationBarTitleText": "设置",
  173. "enablePullDownRefresh": false
  174. }
  175. }
  176. ]
  177. }
  178. ],
  179. "preloadRule": {
  180. "pages/index/welcome": {
  181. "network": "all",
  182. "packages": ["modules/common"]
  183. },
  184. "pages/index/index": {
  185. "network": "all",
  186. "packages": ["modules/index"]
  187. },
  188. "pages/my/my": {
  189. "network": "all",
  190. "packages": ["modules/my"]
  191. }
  192. },
  193. "globalStyle": {
  194. "navigationBarTextStyle": "black",
  195. "navigationBarTitleText": "uni-app",
  196. "navigationBarBackgroundColor": "#F8F8F8",
  197. "backgroundColor": "#F8F8F8"
  198. }
  199. }