pages.json 4.3 KB

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