pages.json 3.0 KB

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