推广小程序前端代码
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.

155 lines
3.2 KiB

6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "navigationBarTitleText": "",
  6. "navigationStyle": "custom"
  7. }
  8. },
  9. {
  10. "path": "pages/index/order",
  11. "style": {
  12. "navigationBarTitleText": "",
  13. "enablePullDownRefresh": true
  14. }
  15. },
  16. {
  17. "path": "pages/index/category",
  18. "style": {
  19. "navigationBarTitleText": "",
  20. "enablePullDownRefresh": true
  21. }
  22. },
  23. {
  24. "path": "pages/index/center",
  25. "style": {
  26. "navigationBarTitleText": ""
  27. }
  28. },
  29. {
  30. "path": "pages/index/cart",
  31. "style": {
  32. "navigationStyle": "custom" ,
  33. "navigationBarTextStyle": "white"
  34. }
  35. },
  36. {
  37. "path": "pages/index/member",
  38. "style": {
  39. "navigationBarTitleText": ""
  40. }
  41. }
  42. ],
  43. "preloadRule": {
  44. "pages/index/index": {
  45. "network": "all",
  46. "packages": ["pages_order"]
  47. }
  48. },
  49. "subPackages": [{
  50. "root": "pages_order",
  51. "pages": [
  52. {
  53. "path": "orderEvaluation",
  54. "style": {
  55. "enablePullDownRefresh": true,
  56. "navigationStyle": "custom" ,
  57. "navigationBarTextStyle": "white"
  58. }
  59. },
  60. {
  61. "path": "orderDetails",
  62. "style": {
  63. "enablePullDownRefresh": true,
  64. "navigationStyle": "custom" ,
  65. "navigationBarTextStyle": "white"
  66. }
  67. },
  68. {
  69. "path": "invoiceIssuance",
  70. "style": {
  71. "enablePullDownRefresh": true,
  72. "navigationStyle": "custom" ,
  73. "navigationBarTextStyle": "white"
  74. }
  75. },
  76. {
  77. "path": "invoiceRecords",
  78. "style": {
  79. "enablePullDownRefresh": true,
  80. "navigationStyle": "custom" ,
  81. "navigationBarTextStyle": "white"
  82. }
  83. }
  84. ]
  85. },
  86. {
  87. "root": "pages_zlx",
  88. "pages": [
  89. {
  90. "path": "zlx-form",
  91. "style": {
  92. "enablePullDownRefresh": true,
  93. "navigationStyle": "custom" ,
  94. "navigationBarTextStyle": "white"
  95. }
  96. }
  97. ]
  98. },
  99. {
  100. "root": "pages_my",
  101. "pages": [
  102. {
  103. "path": "zlx-qiandao",
  104. "style": {
  105. "enablePullDownRefresh": true,
  106. "navigationStyle": "custom" ,
  107. "navigationBarTextStyle": "white"
  108. }
  109. },
  110. {
  111. "path": "qiandao-list",
  112. "style": {
  113. "enablePullDownRefresh": true,
  114. "navigationStyle": "custom" ,
  115. "navigationBarTextStyle": "white"
  116. }
  117. }
  118. ]
  119. }],
  120. "globalStyle": {
  121. "navigationBarTextStyle": "black",
  122. "navigationBarTitleText": "酒店桌布",
  123. "navigationBarBackgroundColor": "#F8F8F8",
  124. "backgroundColor": "#F8F8F8",
  125. "navigationStyle": "custom"
  126. },
  127. "tabBar": {
  128. "borderStyle": "white",
  129. "color": "#4D4D4D",
  130. "selectedColor": "#F85152",
  131. "backgroundColor": "#1B1713",
  132. "custom":true,
  133. "list": [{
  134. "pagePath": "pages/index/index",
  135. "iconPath": "static/image/tabbar/home.png",
  136. "selectedIconPath": "static/image/tabbar/home-a.png",
  137. "text": "首页"
  138. }, {
  139. "pagePath": "pages/index/member",
  140. "iconPath": "static/image/tabbar/zhaomu.png",
  141. "selectedIconPath": "static/image/tabbar/zhaomu-a.png",
  142. "text": "招募"
  143. }, {
  144. "pagePath": "pages/index/cart",
  145. "iconPath": "static/image/tabbar/order.png",
  146. "selectedIconPath": "static/image/tabbar/order-a.png",
  147. "text": "订单"
  148. }, {
  149. "pagePath": "pages/index/center",
  150. "iconPath": "static/image/tabbar/center.png",
  151. "selectedIconPath": "static/image/tabbar/center-a.png",
  152. "text": "我的"
  153. }]
  154. },
  155. "uniIdRouter": {}
  156. }