pages.json 4.0 KB

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