pages.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  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. }, {
  85. "root": "cloud",
  86. "pages": [{
  87. "path": "globalSearch/index"
  88. }, {
  89. "path": "businessCard/index",
  90. "style": {
  91. "navigationStyle": "custom"
  92. }
  93. }, {
  94. "path": "businessCard/share"
  95. }, {
  96. "path": "businessCard/edit"
  97. }, {
  98. "path": "mySubscription/index"
  99. }, {
  100. "path": "subscriptionList/index"
  101. }, {
  102. "path": "winningNews/index"
  103. }, {
  104. "path": "contacts/index"
  105. }, {
  106. "path": "commodityAdjustment/index"
  107. }, {
  108. "path": "commodityAdjustment/detail"
  109. }, {
  110. "path": "collect/mylist"
  111. }, {
  112. "path": "feedback/index"
  113. }, {
  114. "path": "feedback/detail"
  115. }, {
  116. "path": "feedback/insert"
  117. }, {
  118. "path": "serviceAdmin/redskinsServiceAdmin"
  119. }]
  120. }, {
  121. "root": "team",
  122. "pages": [{
  123. "path": "team/index"
  124. }, {
  125. "path": "team/getInvite"
  126. }, {
  127. "path": "team/InviteUser",
  128. "style": {
  129. "navigationStyle": "custom"
  130. }
  131. }, {
  132. "path": "userCenter/personal"
  133. }, {
  134. "path": "userCenter/wechatbind"
  135. }, {
  136. "path": "userCenter/insert"
  137. }, {
  138. "path": "userCenter/selectUser"
  139. }, {
  140. "path": "agency/detail"
  141. }, {
  142. "path": "agency/check"
  143. }]
  144. }, {
  145. "root": "select",
  146. "pages": [{
  147. "path": "store/store"
  148. }, {
  149. "path": "place/index"
  150. }, {
  151. "path": "roleid/roleid"
  152. }]
  153. }],
  154. "preloadRule": {
  155. "pages/index/index": {
  156. "network": "all",
  157. "packages": ["packageCase", "packageA", "store", "cloud", "team", "select"]
  158. },
  159. "store/insert/store": {
  160. "network": "all",
  161. "packages": ["team", "select"]
  162. }
  163. },
  164. "globalStyle": {
  165. "navigationBarTextStyle": "black",
  166. "navigationBarTitleText": "营销工具",
  167. "navigationBarBackgroundColor": "#FFF",
  168. "backgroundColor": "#F8F8F8"
  169. },
  170. "easycom": {
  171. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  172. },
  173. "uniIdRouter": {}
  174. }