pages.json 4.3 KB

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