pages.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  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. }, {
  44. "path": "fullView/upload"
  45. }, {
  46. "path": "shop/history"
  47. }]
  48. }, {
  49. "root": "packageCase",
  50. "pages": [{
  51. "path": "imgs/detail"
  52. }, {
  53. "path": "product/detail"
  54. }, {
  55. "path": "electricAppliances/index"
  56. }]
  57. }, {
  58. "root": "store",
  59. "pages": [{
  60. "path": "product/detail"
  61. }, {
  62. "path": "deliveryAddress/index"
  63. }, {
  64. "path": "deliveryAddress/insert"
  65. }, {
  66. "path": "orderForm/index"
  67. }, {
  68. "path": "orderForm/detail"
  69. }, {
  70. "path": "orderForm/insert"
  71. }, {
  72. "path": "budget/changePrice"
  73. }, {
  74. "path": "budget/result"
  75. }, {
  76. "path": "storeQRCode/index"
  77. }, {
  78. "path": "insert/store"
  79. }, {
  80. "path": "insert/member"
  81. }, {
  82. "path": "center/detail"
  83. }, {
  84. "path": "lottery/shareable"
  85. }, {
  86. "path": "lottery/unshareable"
  87. }]
  88. }, {
  89. "root": "cloud",
  90. "pages": [{
  91. "path": "globalSearch/index"
  92. }, {
  93. "path": "businessCard/index",
  94. "style": {
  95. "navigationStyle": "custom"
  96. }
  97. }, {
  98. "path": "businessCard/share"
  99. }, {
  100. "path": "businessCard/edit"
  101. }, {
  102. "path": "mySubscription/index"
  103. }, {
  104. "path": "subscriptionList/index"
  105. }, {
  106. "path": "winningNews/index"
  107. }, {
  108. "path": "winningNews/detail"
  109. }, {
  110. "path": "contacts/index"
  111. }, {
  112. "path": "commodityAdjustment/index"
  113. }, {
  114. "path": "commodityAdjustment/detail"
  115. }, {
  116. "path": "collect/mylist"
  117. }, {
  118. "path": "feedback/index"
  119. }, {
  120. "path": "feedback/detail"
  121. }, {
  122. "path": "feedback/insert"
  123. }, {
  124. "path": "serviceAdmin/redskinsServiceAdmin"
  125. }, {
  126. "path": "designReality/index"
  127. }]
  128. }, {
  129. "root": "team",
  130. "pages": [{
  131. "path": "team/index"
  132. }, {
  133. "path": "team/getInvite"
  134. }, {
  135. "path": "team/InviteUser",
  136. "style": {
  137. "navigationStyle": "custom"
  138. }
  139. }, {
  140. "path": "userCenter/personal"
  141. }, {
  142. "path": "userCenter/wechatbind"
  143. }, {
  144. "path": "userCenter/insert"
  145. }, {
  146. "path": "userCenter/selectUser"
  147. }, {
  148. "path": "agency/detail"
  149. }, {
  150. "path": "agency/check"
  151. }]
  152. }, {
  153. "root": "select",
  154. "pages": [{
  155. "path": "store/store"
  156. }, {
  157. "path": "place/index"
  158. }, {
  159. "path": "roleid/roleid"
  160. }]
  161. }],
  162. "preloadRule": {
  163. "pages/index/index": {
  164. "network": "all",
  165. "packages": ["packageCase", "packageA", "store", "cloud", "team", "select"]
  166. },
  167. "store/insert/store": {
  168. "network": "all",
  169. "packages": ["team", "select"]
  170. }
  171. },
  172. "globalStyle": {
  173. "navigationBarTextStyle": "black",
  174. "navigationBarTitleText": "营销工具",
  175. "navigationBarBackgroundColor": "#FFF",
  176. "backgroundColor": "#F8F8F8"
  177. },
  178. "easycom": {
  179. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  180. },
  181. "uniIdRouter": {}
  182. }