pages.json 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  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/login/login-error",
  19. "style": {
  20. "navigationBarTitleText": "",
  21. "navigationStyle":"custom"
  22. }
  23. },
  24. {
  25. "path": "pages/collection/sms",
  26. "style": {
  27. "navigationBarTitleText": "款项识别",
  28. "navigationStyle":"custom"
  29. }
  30. },
  31. {
  32. "path": "pages/collection/nosms",
  33. "style": {
  34. "navigationBarTitleText": "无短信收款",
  35. "enablePullDownRefresh":true,
  36. "navigationStyle":"custom"
  37. }
  38. },
  39. {
  40. "path": "pages/collection/list",
  41. "style": {
  42. "navigationBarTitleText": "收款列表",
  43. "enablePullDownRefresh":true,
  44. "navigationStyle":"custom"
  45. }
  46. },
  47. {
  48. "path": "pages/collection/detail",
  49. "style": {
  50. "navigationBarTitleText": "收款款项详情",
  51. "enablePullDownRefresh":true,
  52. "navigationStyle":"custom"
  53. }
  54. },
  55. {
  56. "path": "pages/relation/ordinary/index",
  57. "style": {
  58. "navigationBarTitleText": "订单款关联",
  59. "enablePullDownRefresh":true,
  60. "navigationStyle":"custom"
  61. }
  62. },
  63. {
  64. "path": "pages/relation/ordinary/examine-detail",
  65. "style": {
  66. "navigationBarTitleText": "审核详情",
  67. "enablePullDownRefresh":true,
  68. "navigationStyle":"custom"
  69. }
  70. },
  71. {
  72. "path": "pages/relation/ordinary/detail",
  73. "style": {
  74. "navigationBarTitleText": "审核通过",
  75. "enablePullDownRefresh":true,
  76. "navigationStyle":"custom"
  77. }
  78. },
  79. {
  80. "path": "pages/relation/nonorder/detail",
  81. "style": {
  82. "navigationBarTitleText": "非订单详情",
  83. "enablePullDownRefresh":true,
  84. "navigationStyle":"custom"
  85. }
  86. },
  87. {
  88. "path": "pages/relation/nonorder/add",
  89. "style": {
  90. "navigationBarTitleText": "设置非订单类别",
  91. "navigationStyle":"custom"
  92. }
  93. },
  94. {
  95. "path": "pages/relation/nonorder/list",
  96. "style": {
  97. "navigationBarTitleText": "选择关联订单",
  98. "enablePullDownRefresh":true,
  99. "navigationStyle":"custom"
  100. }
  101. },
  102. {
  103. "path": "pages/relation/return/index",
  104. "style": {
  105. "navigationBarTitleText": "返佣款关联",
  106. "enablePullDownRefresh":true,
  107. "navigationStyle":"custom"
  108. }
  109. },
  110. {
  111. "path": "pages/relation/return/detail",
  112. "style": {
  113. "navigationBarTitleText": "返佣详情",
  114. "enablePullDownRefresh":true,
  115. "navigationStyle":"custom"
  116. }
  117. },
  118. {
  119. "path": "pages/relation/return/list",
  120. "style": {
  121. "navigationBarTitleText": "口头返佣关联",
  122. "enablePullDownRefresh":true,
  123. "navigationStyle":"custom"
  124. }
  125. },
  126. {
  127. "path": "pages/relation/service/index",
  128. "style": {
  129. "navigationBarTitleText": "平台服务费关联",
  130. "enablePullDownRefresh":true,
  131. "navigationStyle":"custom"
  132. }
  133. },
  134. {
  135. "path": "pages/relation/service/detail",
  136. "style": {
  137. "navigationBarTitleText": "平台服务费详情",
  138. "enablePullDownRefresh":true,
  139. "navigationStyle":"custom"
  140. }
  141. },
  142. {
  143. "path": "pages/relation/service/list",
  144. "style": {
  145. "navigationBarTitleText": "录入平台服务费欠款",
  146. "enablePullDownRefresh":true,
  147. "navigationStyle":"custom"
  148. }
  149. },
  150. {
  151. "path": "pages/relation/refund/index",
  152. "style": {
  153. "navigationBarTitleText": "供应商退款关联",
  154. "enablePullDownRefresh":true,
  155. "navigationStyle":"custom"
  156. }
  157. },
  158. {
  159. "path": "pages/relation/refund/detail",
  160. "style": {
  161. "navigationBarTitleText": "供应商退款详情",
  162. "enablePullDownRefresh":true,
  163. "navigationStyle":"custom"
  164. }
  165. },
  166. {
  167. "path": "pages/relation/order/detail",
  168. "style": {
  169. "navigationBarTitleText": "子订单详情",
  170. "enablePullDownRefresh":true,
  171. "navigationStyle":"custom"
  172. }
  173. },
  174. {
  175. "path": "pages/tabBar/user/mine",
  176. "style": {
  177. "navigationBarTitleText": "店铺",
  178. "navigationStyle":"custom"
  179. }
  180. },{
  181. "path": "pages/tabBar/order/index",
  182. "style": {
  183. "navigationBarTitleText": "订单",
  184. "enablePullDownRefresh" : true,
  185. "navigationStyle":"custom"
  186. }
  187. },{
  188. "path": "pages/tabBar/product/index",
  189. "style": {
  190. "navigationBarTitleText": "",
  191. "enablePullDownRefresh":true,
  192. "navigationStyle":"custom"
  193. }
  194. }
  195. ],
  196. "subPackages": [],
  197. "tabBar": {
  198. "height":"80",
  199. "color": "#C6C6C6",
  200. "selectedColor": "#4688fa",
  201. "borderStyle": "black",
  202. "backgroundColor": "#ffffff",
  203. "list": [{
  204. "pagePath": "pages/tabBar/order/index",
  205. "iconPath": "static/icon-order@2x.png",
  206. "selectedIconPath": "static/icon-order-active@2x.png",
  207. "text": "订单"
  208. },{
  209. "pagePath": "pages/tabBar/product/index",
  210. "iconPath": "static/icon-product@2x.png",
  211. "selectedIconPath": "static/icon-product-active@2x.png",
  212. "text": "商品"
  213. },{
  214. "pagePath": "pages/tabBar/user/mine",
  215. "iconPath": "static/icon-shop@2x.png",
  216. "selectedIconPath": "static/icon-shop-active@2x.png",
  217. "text": "店铺"
  218. }
  219. ]
  220. },
  221. "easycom": {
  222. "autoscan": true,
  223. "custom": {
  224. "tui-(.*)": "@/components/thorui/tui-$1/tui-$1.vue"
  225. }
  226. },
  227. "globalStyle": {
  228. "navigationBarTextStyle": "black",
  229. "navigationBarTitleText": "采美CRM系统",
  230. "navigationBarBackgroundColor": "#FFFFFF",
  231. "backgroundColor": "#FFFFFF"
  232. },
  233. "condition" : { //模式配置,仅开发期间生效
  234. "current": 0, //当前激活的模式(list 的索引项)
  235. "list": [
  236. {
  237. "name": "", //模式名称
  238. "path": "", //启动页面,必选
  239. "query": "" //启动参数,在页面的onLoad函数里面得到
  240. }
  241. ]
  242. }
  243. }