珠宝小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

147 lines
2.3 KiB

3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
  1. {
  2. "easycom": {
  3. "^esc-(.*)": "@/components/sn-swiper/esc-$1/index.vue"
  4. },
  5. "pages": [{
  6. "path": "pages/index/index",
  7. "style": {
  8. "navigationBarTitleText": "",
  9. "enablePullDownRefresh": true
  10. }
  11. },
  12. {
  13. "path": "pages/index/order",
  14. "style": {
  15. "navigationBarTitleText": "",
  16. "enablePullDownRefresh": true
  17. }
  18. },
  19. {
  20. "path": "pages/index/category",
  21. "style": {
  22. "navigationBarTitleText": "",
  23. "enablePullDownRefresh": true
  24. }
  25. },
  26. {
  27. "path": "pages/index/center",
  28. "style": {
  29. "navigationBarTitleText": ""
  30. }
  31. },
  32. {
  33. "path": "pages/index/cart",
  34. "style": {
  35. "navigationBarTitleText": "",
  36. "enablePullDownRefresh": true
  37. }
  38. },
  39. {
  40. "path": "pages/index/member",
  41. "style": {
  42. "navigationBarTitleText": ""
  43. }
  44. }
  45. ],
  46. "preloadRule": {
  47. "pages/index/index": {
  48. "network": "all",
  49. "packages": ["pages_order"]
  50. }
  51. },
  52. "subPackages": [{
  53. "root": "pages_order",
  54. "pages": [{
  55. "path": "mine/partner"
  56. },
  57. {
  58. "path": "order/orderDetail",
  59. "style": {
  60. "enablePullDownRefresh": true
  61. }
  62. },
  63. {
  64. "path": "mine/purse"
  65. },
  66. {
  67. "path": "mine/runningWater"
  68. },
  69. {
  70. "path": "mine/address"
  71. },
  72. {
  73. "path": "product/productDetail"
  74. },
  75. {
  76. "path": "auth/wxLogin"
  77. },
  78. {
  79. "path": "auth/wxUserInfo"
  80. },
  81. {
  82. "path": "auth/loginAndRegisterAndForgetPassword"
  83. },
  84. {
  85. "path": "mine/help"
  86. },
  87. {
  88. "path": "home/introduce"
  89. },
  90. {
  91. "path": "home/newsDetail"
  92. },
  93. {
  94. "path": "home/journalism"
  95. },
  96. {
  97. "path": "order/createOrder"
  98. },
  99. {
  100. "path": "mine/balance"
  101. },
  102. {
  103. "path": "mine/commission"
  104. },
  105. {
  106. "path": "mine/withdraw"
  107. },
  108. {
  109. "path": "mine/recharge"
  110. },
  111. {
  112. "path": "mine/promotion"
  113. },
  114. {
  115. "path": "home/notice"
  116. },
  117. {
  118. "path": "home/contact"
  119. },
  120. {
  121. "path": "home/addEnterprise"
  122. },
  123. {
  124. "path": "mine/memberCenter"
  125. },
  126. {
  127. "path": "mine/recruit"
  128. },
  129. {
  130. "path": "mine/moreCommodity"
  131. },
  132. {
  133. "path": "mine/coupon"
  134. },
  135. {
  136. "path": "mine/updateUser"
  137. }
  138. ]
  139. }],
  140. "globalStyle": {
  141. "navigationBarTextStyle": "black",
  142. "navigationBarTitleText": "珠宝商城",
  143. "navigationBarBackgroundColor": "#F8F8F8",
  144. "backgroundColor": "#F8F8F8",
  145. "navigationStyle": "custom"
  146. },
  147. "uniIdRouter": {}
  148. }