pages.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  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": "dailyYttendance/index"
  25. }, {
  26. "path": "dailyYttendance/makePoster"
  27. }, {
  28. "path": "advertising/shareable"
  29. }, {
  30. "path": "advertising/unshareable"
  31. }, {
  32. "path": "resourceLibrary/index"
  33. }, {
  34. "path": "resourceLibrary/detail"
  35. }, {
  36. "path": "resourceLibrary/picture"
  37. }, {
  38. "path": "webView/webView"
  39. }, {
  40. "path": "fullView/detail"
  41. }, {
  42. "path": "fullView/upload"
  43. }, {
  44. "path": "shop/history"
  45. }]
  46. }, {
  47. "root": "packageCase",
  48. "pages": [{
  49. "path": "imgs/detail"
  50. }, {
  51. "path": "product/detail"
  52. }, {
  53. "path": "electricAppliances/index"
  54. }]
  55. }, {
  56. "root": "store",
  57. "pages": [{
  58. "path": "product/detail"
  59. }, {
  60. "path": "deliveryAddress/index"
  61. }, {
  62. "path": "deliveryAddress/insert"
  63. }, {
  64. "path": "orderForm/index"
  65. }, {
  66. "path": "orderForm/detail"
  67. }, {
  68. "path": "orderForm/insert"
  69. }, {
  70. "path": "budget/changePrice"
  71. }, {
  72. "path": "budget/result"
  73. }, {
  74. "path": "storeQRCode/index"
  75. }, {
  76. "path": "insert/store"
  77. }]
  78. }, {
  79. "root": "cloud",
  80. "pages": [{
  81. "path": "globalSearch/index"
  82. }, {
  83. "path": "businessCard/index",
  84. "style": {
  85. "navigationStyle": "custom"
  86. }
  87. }, {
  88. "path": "businessCard/share"
  89. }, {
  90. "path": "businessCard/edit"
  91. }, {
  92. "path": "mySubscription/index"
  93. }, {
  94. "path": "subscriptionList/index"
  95. }, {
  96. "path": "winningNews/index"
  97. }, {
  98. "path": "contacts/index"
  99. }, {
  100. "path": "commodityAdjustment/index"
  101. }, {
  102. "path": "commodityAdjustment/detail"
  103. }, {
  104. "path": "collect/mylist"
  105. }]
  106. }, {
  107. "root": "team",
  108. "pages": [{
  109. "path": "team/index"
  110. }, {
  111. "path": "team/getInvite"
  112. }, {
  113. "path": "team/InviteUser",
  114. "style": {
  115. "navigationStyle": "custom"
  116. }
  117. }, {
  118. "path": "userCenter/personal"
  119. }, {
  120. "path": "userCenter/wechatbind"
  121. }, {
  122. "path": "userCenter/insert"
  123. }, {
  124. "path": "userCenter/selectUser"
  125. }]
  126. }, {
  127. "root": "select",
  128. "pages": [{
  129. "path": "store/store"
  130. }, {
  131. "path": "place/index"
  132. }]
  133. }],
  134. "preloadRule": {
  135. "pages/index/index": {
  136. "network": "all",
  137. "packages": ["packageCase", "packageA", "store", "cloud", "team", "select"]
  138. },
  139. "store/insert/store": {
  140. "network": "all",
  141. "packages": ["team", "select"]
  142. }
  143. },
  144. "globalStyle": {
  145. "navigationBarTextStyle": "black",
  146. "navigationBarTitleText": "营销工具",
  147. "navigationBarBackgroundColor": "#FFF",
  148. "backgroundColor": "#F8F8F8"
  149. },
  150. "easycom": {
  151. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  152. },
  153. "uniIdRouter": {}
  154. }