pages.json 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  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/return/list",
  98. "style": {
  99. "navigationBarTitleText": "口头返佣关联",
  100. "enablePullDownRefresh":true,
  101. "navigationStyle":"custom"
  102. }
  103. },
  104. {
  105. "path": "pages/relation/refund/index",
  106. "style": {
  107. "navigationBarTitleText": "供应商退款关联",
  108. "enablePullDownRefresh":true,
  109. "navigationStyle":"custom"
  110. }
  111. },
  112. {
  113. "path": "pages/relation/refund/detail",
  114. "style": {
  115. "navigationBarTitleText": "供应商退款详情",
  116. "enablePullDownRefresh":true,
  117. "navigationStyle":"custom"
  118. }
  119. },
  120. {
  121. "path": "pages/relation/order/detail",
  122. "style": {
  123. "navigationBarTitleText": "子订单详情",
  124. "enablePullDownRefresh":true,
  125. "navigationStyle":"custom"
  126. }
  127. },
  128. {
  129. "path": "pages/tabBar/user/mine",
  130. "style": {
  131. "navigationBarTitleText": "店铺",
  132. "navigationStyle":"custom"
  133. }
  134. },{
  135. "path": "pages/tabBar/order/index",
  136. "style": {
  137. "navigationBarTitleText": "订单",
  138. "enablePullDownRefresh" : true,
  139. "navigationStyle":"custom"
  140. }
  141. },{
  142. "path": "pages/tabBar/product/index",
  143. "style": {
  144. "navigationBarTitleText": "",
  145. "enablePullDownRefresh":true,
  146. "navigationStyle":"custom"
  147. }
  148. }
  149. ],
  150. "subPackages": [],
  151. "tabBar": {
  152. "height":"80",
  153. "color": "#C6C6C6",
  154. "selectedColor": "#4688fa",
  155. "borderStyle": "black",
  156. "backgroundColor": "#ffffff",
  157. "list": [{
  158. "pagePath": "pages/tabBar/order/index",
  159. "iconPath": "static/icon-order@2x.png",
  160. "selectedIconPath": "static/icon-order-active@2x.png",
  161. "text": "订单"
  162. },{
  163. "pagePath": "pages/tabBar/product/index",
  164. "iconPath": "static/icon-product@2x.png",
  165. "selectedIconPath": "static/icon-product-active@2x.png",
  166. "text": "商品"
  167. },{
  168. "pagePath": "pages/tabBar/user/mine",
  169. "iconPath": "static/icon-shop@2x.png",
  170. "selectedIconPath": "static/icon-shop-active@2x.png",
  171. "text": "店铺"
  172. }
  173. ]
  174. },
  175. "easycom": {
  176. "autoscan": true,
  177. "custom": {
  178. "tui-(.*)": "@/components/thorui/tui-$1/tui-$1.vue"
  179. }
  180. },
  181. "globalStyle": {
  182. "navigationBarTextStyle": "black",
  183. "navigationBarTitleText": "采美CRM系统",
  184. "navigationBarBackgroundColor": "#FFFFFF",
  185. "backgroundColor": "#FFFFFF"
  186. },
  187. "condition" : { //模式配置,仅开发期间生效
  188. "current": 0, //当前激活的模式(list 的索引项)
  189. "list": [
  190. {
  191. "name": "", //模式名称
  192. "path": "", //启动页面,必选
  193. "query": "" //启动参数,在页面的onLoad函数里面得到
  194. }
  195. ]
  196. }
  197. }