pages.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. {
  2. "pages": [{
  3. "path": "pages/index/index"
  4. }, {
  5. "path": "pages/picture/index"
  6. }],
  7. "subPackages": [{
  8. "root": "packageA",
  9. "pages": [{
  10. "path": "affiche/index"
  11. }, {
  12. "path": "affiche/detail"
  13. }, {
  14. "path": "course/index"
  15. }, {
  16. "path": "course/list"
  17. }, {
  18. "path": "course/detail"
  19. }, {
  20. "path": "exam/index"
  21. }, {
  22. "path": "exam/detail"
  23. }, {
  24. "path": "exam/result"
  25. }, {
  26. "path": "dailyYttendance/index"
  27. }, {
  28. "path": "dailyYttendance/makePoster"
  29. }, {
  30. "path": "advertising/shareable"
  31. }, {
  32. "path": "advertising/unshareable"
  33. }, {
  34. "path": "resourceLibrary/index"
  35. }, {
  36. "path": "resourceLibrary/detail"
  37. }, {
  38. "path": "resourceLibrary/picture"
  39. }, {
  40. "path": "webView/webView"
  41. }, {
  42. "path": "fullView/detail",
  43. "style": {
  44. "onReachBottonDistance": 300
  45. }
  46. }, {
  47. "path": "fullView/upload"
  48. }, {
  49. "path": "shop/history"
  50. }]
  51. }, {
  52. "root": "packageCase",
  53. "pages": [{
  54. "path": "imgs/detail"
  55. }, {
  56. "path": "product/detail"
  57. }, {
  58. "path": "electricAppliances/index"
  59. }]
  60. }, {
  61. "root": "store",
  62. "pages": [{
  63. "path": "product/detail"
  64. }, {
  65. "path": "deliveryAddress/index"
  66. }, {
  67. "path": "deliveryAddress/insert"
  68. }, {
  69. "path": "orderForm/index"
  70. }, {
  71. "path": "orderForm/detail"
  72. }, {
  73. "path": "orderForm/insert"
  74. }, {
  75. "path": "budget/changePrice"
  76. }, {
  77. "path": "budget/result"
  78. }, {
  79. "path": "storeQRCode/index"
  80. }, {
  81. "path": "insert/store"
  82. }, {
  83. "path": "insert/member"
  84. }, {
  85. "path": "center/detail"
  86. }, {
  87. "path": "lottery/shareable"
  88. }, {
  89. "path": "lottery/unshareable"
  90. }]
  91. }, {
  92. "root": "cloud",
  93. "pages": [{
  94. "path": "globalSearch/index"
  95. }, {
  96. "path": "businessCard/index",
  97. "style": {
  98. "navigationStyle": "custom"
  99. }
  100. }, {
  101. "path": "businessCard/share"
  102. }, {
  103. "path": "businessCard/edit"
  104. }, {
  105. "path": "mySubscription/index"
  106. }, {
  107. "path": "subscriptionList/index"
  108. }, {
  109. "path": "winningNews/index"
  110. }, {
  111. "path": "winningNews/detail"
  112. }, {
  113. "path": "contacts/index"
  114. }, {
  115. "path": "commodityAdjustment/index"
  116. }, {
  117. "path": "commodityAdjustment/detail"
  118. }, {
  119. "path": "collect/mylist"
  120. }, {
  121. "path": "feedback/index"
  122. }, {
  123. "path": "feedback/detail",
  124. "style": {
  125. "onReachBottonDistance": 300
  126. }
  127. }, {
  128. "path": "feedback/insert"
  129. }, {
  130. "path": "serviceAdmin/redskinsServiceAdmin"
  131. }, {
  132. "path": "designReality/index"
  133. }]
  134. }, {
  135. "root": "team",
  136. "pages": [{
  137. "path": "team/index"
  138. }, {
  139. "path": "team/getInvite"
  140. }, {
  141. "path": "team/InviteUser",
  142. "style": {
  143. "navigationStyle": "custom"
  144. }
  145. }, {
  146. "path": "userCenter/personal"
  147. }, {
  148. "path": "userCenter/wechatbind"
  149. }, {
  150. "path": "userCenter/insert"
  151. }, {
  152. "path": "userCenter/selectUser"
  153. }, {
  154. "path": "agency/detail"
  155. }, {
  156. "path": "agency/check"
  157. }]
  158. }, {
  159. "root": "select",
  160. "pages": [{
  161. "path": "store/store"
  162. }, {
  163. "path": "place/index"
  164. }, {
  165. "path": "roleid/roleid"
  166. }]
  167. }],
  168. "preloadRule": {
  169. "pages/index/index": {
  170. "network": "all",
  171. "packages": ["packageCase", "packageA", "store", "cloud", "team", "select"]
  172. },
  173. "store/insert/store": {
  174. "network": "all",
  175. "packages": ["team", "select"]
  176. }
  177. },
  178. "globalStyle": {
  179. "navigationBarTextStyle": "black",
  180. "navigationBarTitleText": "营销工具",
  181. "navigationBarBackgroundColor": "#FFF",
  182. "backgroundColor": "#F8F8F8"
  183. },
  184. "easycom": {
  185. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  186. },
  187. "uniIdRouter": {}
  188. }