pages.json 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/login/login-account",
  5. "style": {
  6. "navigationBarTitleText": "",
  7. "navigationStyle":"custom"
  8. }
  9. },
  10. {
  11. "path": "pages/login/login-share",
  12. "style": {
  13. "navigationBarTitleText": "",
  14. "navigationStyle":"custom"
  15. }
  16. },
  17. {
  18. "path": "pages/collection/sms",
  19. "style": {
  20. "navigationBarTitleText": "款项识别",
  21. "navigationStyle":"custom"
  22. }
  23. },
  24. {
  25. "path": "pages/collection/nosms",
  26. "style": {
  27. "navigationBarTitleText": "无短信收款",
  28. "enablePullDownRefresh":true,
  29. "navigationStyle":"custom"
  30. }
  31. },
  32. {
  33. "path": "pages/collection/list",
  34. "style": {
  35. "navigationBarTitleText": "收款列表",
  36. "enablePullDownRefresh":true,
  37. "navigationStyle":"custom"
  38. }
  39. },
  40. {
  41. "path": "pages/collection/detail",
  42. "style": {
  43. "navigationBarTitleText": "收款款项详情",
  44. "enablePullDownRefresh":true,
  45. "navigationStyle":"custom"
  46. }
  47. },
  48. {
  49. "path": "pages/relation/ordinary/index",
  50. "style": {
  51. "navigationBarTitleText": "订单款关联",
  52. "enablePullDownRefresh":true,
  53. "navigationStyle":"custom"
  54. }
  55. },
  56. {
  57. "path": "pages/relation/ordinary/examine-detail",
  58. "style": {
  59. "navigationBarTitleText": "审核详情",
  60. "enablePullDownRefresh":true,
  61. "navigationStyle":"custom"
  62. }
  63. },
  64. {
  65. "path": "pages/relation/ordinary/detail",
  66. "style": {
  67. "navigationBarTitleText": "审核通过",
  68. "enablePullDownRefresh":true,
  69. "navigationStyle":"custom"
  70. }
  71. },
  72. {
  73. "path": "pages/relation/nonorder/detail",
  74. "style": {
  75. "navigationBarTitleText": "非订单详情",
  76. "enablePullDownRefresh":true,
  77. "navigationStyle":"custom"
  78. }
  79. },
  80. {
  81. "path": "pages/relation/return/index",
  82. "style": {
  83. "navigationBarTitleText": "返佣款关联",
  84. "enablePullDownRefresh":true,
  85. "navigationStyle":"custom"
  86. }
  87. },
  88. {
  89. "path": "pages/relation/return/detail",
  90. "style": {
  91. "navigationBarTitleText": "返佣详情",
  92. "enablePullDownRefresh":true,
  93. "navigationStyle":"custom"
  94. }
  95. },
  96. {
  97. "path": "pages/relation/refund/index",
  98. "style": {
  99. "navigationBarTitleText": "供应商退款关联",
  100. "enablePullDownRefresh":true,
  101. "navigationStyle":"custom"
  102. }
  103. },
  104. {
  105. "path": "pages/relation/refund/detail",
  106. "style": {
  107. "navigationBarTitleText": "供应商退款详情",
  108. "enablePullDownRefresh":true,
  109. "navigationStyle":"custom"
  110. }
  111. },
  112. {
  113. "path": "pages/relation/order/detail",
  114. "style": {
  115. "navigationBarTitleText": "子订单详情",
  116. "enablePullDownRefresh":true,
  117. "navigationStyle":"custom"
  118. }
  119. },
  120. {
  121. "path": "pages/tabBar/user/mine",
  122. "style": {
  123. "navigationBarTitleText": "店铺",
  124. "navigationStyle":"custom"
  125. }
  126. },{
  127. "path": "pages/tabBar/order/index",
  128. "style": {
  129. "navigationBarTitleText": "订单",
  130. "enablePullDownRefresh" : true,
  131. "navigationStyle":"custom"
  132. }
  133. },{
  134. "path": "pages/tabBar/product/index",
  135. "style": {
  136. "navigationBarTitleText": "",
  137. "enablePullDownRefresh":true,
  138. "navigationStyle":"custom"
  139. }
  140. }
  141. ],
  142. "subPackages": [],
  143. "tabBar": {
  144. "height":"80",
  145. "color": "#C6C6C6",
  146. "selectedColor": "#4688fa",
  147. "borderStyle": "black",
  148. "backgroundColor": "#ffffff",
  149. "list": [{
  150. "pagePath": "pages/tabBar/order/index",
  151. "iconPath": "static/icon-order@2x.png",
  152. "selectedIconPath": "static/icon-order-active@2x.png",
  153. "text": "订单"
  154. },{
  155. "pagePath": "pages/tabBar/product/index",
  156. "iconPath": "static/icon-product@2x.png",
  157. "selectedIconPath": "static/icon-product-active@2x.png",
  158. "text": "商品"
  159. },{
  160. "pagePath": "pages/tabBar/user/mine",
  161. "iconPath": "static/icon-shop@2x.png",
  162. "selectedIconPath": "static/icon-shop-active@2x.png",
  163. "text": "店铺"
  164. }
  165. ]
  166. },
  167. "easycom": {
  168. "autoscan": true,
  169. "custom": {
  170. "tui-(.*)": "@/components/thorui/tui-$1/tui-$1.vue"
  171. }
  172. },
  173. "globalStyle": {
  174. "navigationBarTextStyle": "black",
  175. "navigationBarTitleText": "采美CRM系统",
  176. "navigationBarBackgroundColor": "#FFFFFF",
  177. "backgroundColor": "#FFFFFF"
  178. },
  179. "condition" : { //模式配置,仅开发期间生效
  180. "current": 0, //当前激活的模式(list 的索引项)
  181. "list": [
  182. {
  183. "name": "", //模式名称
  184. "path": "", //启动页面,必选
  185. "query": "" //启动参数,在页面的onLoad函数里面得到
  186. }
  187. ]
  188. }
  189. }