pages.json 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  5. },
  6. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  7. {
  8. "path": "pages/index/index",
  9. "style": {
  10. "navigationBarTitleText": "店铺"
  11. }
  12. },
  13. {
  14. "path": "pages/login/login",
  15. "style": {
  16. "navigationBarTitleText": "登录",
  17. "enablePullDownRefresh": false
  18. }
  19. },
  20. {
  21. "path": "pages/auth-step/auth-step",
  22. "style": {
  23. "navigationBarTitleText": "认证进度",
  24. "enablePullDownRefresh": false
  25. }
  26. },
  27. {
  28. "path": "pages/evaluate/evaluate",
  29. "style": {
  30. "navigationBarTitleText": "店铺评价"
  31. }
  32. },
  33. {
  34. "path": "pages/shop-video/shop-video",
  35. "style": {
  36. "navigationBarTitleText": "微店操作视频"
  37. }
  38. },
  39. {
  40. "path": "pages/send-goods/send-goods",
  41. "style": {
  42. "navigationBarTitleText": "新建发货单"
  43. }
  44. },
  45. {
  46. "path": "pages/replace-manage/replace-manage",
  47. "style": {
  48. "navigationBarTitleText": "代下单管理"
  49. }
  50. },
  51. {
  52. "path": "pages/order-manage/order-manage",
  53. "style": {
  54. "navigationBarTitleText": "订单管理"
  55. }
  56. },
  57. {
  58. "path": "pages/logistics-detail/logistics-detail",
  59. "style": {
  60. "navigationBarTitleText": "物流详情"
  61. }
  62. },
  63. {
  64. "path": "pages/shop-info/shop-info",
  65. "style": {
  66. "navigationBarTitleText": "店铺资料"
  67. }
  68. }, {
  69. "path": "pages/order-info/order-info",
  70. "style": {
  71. "navigationBarTitleText": "订单详情"
  72. }
  73. },
  74. {
  75. "path": "pages/user-list/user-list",
  76. "style": {
  77. "navigationBarTitleText": "选择客户"
  78. }
  79. },
  80. {
  81. "path": "pages/goods-detail/goods-detail",
  82. "style": {
  83. "navigationBarTitleText": "详情页"
  84. }
  85. },
  86. {
  87. "path": "pages/goods-share/goods-share",
  88. "style": {
  89. "navigationBarTitleText": "商品信息管理"
  90. }
  91. }, {
  92. "path": "pages/apply-return/apply-return",
  93. "style": {
  94. "navigationBarTitleText": "退货选择"
  95. }
  96. }, {
  97. "path": "pages/sales-return/sales-return",
  98. "style": {
  99. "navigationBarTitleText": "申请退货"
  100. }
  101. },
  102. {
  103. "path": "pages/refund_detail/refund_detail",
  104. "style": {
  105. "navigationBarTitleText": "退货详情"
  106. }
  107. },
  108. {
  109. "path": "pages/complete-info/complete-info",
  110. "style": {
  111. "navigationBarTitleText": "完善客户信息"
  112. }
  113. },
  114. {
  115. "path": "pages/cancel-audit/cancel-audit",
  116. "style": {
  117. "navigationBarTitleText": "审核详情"
  118. }
  119. },
  120. {
  121. "path": "pages/firm-order/firm-order",
  122. "style": {
  123. "navigationBarTitleText": "确认订单"
  124. }
  125. },
  126. {
  127. "path": "pages/edit-logisitics/edit-logisitics",
  128. "style": {
  129. "navigationBarTitleText": "修改物流",
  130. "enablePullDownRefresh": false
  131. }
  132. },
  133. {
  134. "path": "pages/bank-search/bank-search",
  135. "style": {
  136. "navigationBarTitleText": "帮助中心"
  137. }
  138. }, {
  139. "path": "pages/add-qrcode/add-qrcode",
  140. "style": {
  141. "navigationBarTitleText": "上传二维码",
  142. "enablePullDownRefresh": false
  143. }
  144. },
  145. {
  146. "path": "pages/stock-manage/stock-manage",
  147. "style": {
  148. "navigationBarTitleText": "库存管理",
  149. "enablePullDownRefresh": false
  150. }
  151. }
  152. ],
  153. "subPackages": [{
  154. "root": "pagesA",
  155. "pages": [{
  156. "path": "pages/user-manage/user-manage",
  157. "style": {
  158. "navigationBarTitleText": "客户管理"
  159. }
  160. },
  161. {
  162. "path": "pages/add-user/add-user",
  163. "style": {
  164. "navigationBarTitleText": "添加客户"
  165. }
  166. },
  167. {
  168. "path": "pages/brow-user/brow-user",
  169. "style": {
  170. "navigationBarTitleText": "浏览客户",
  171. "enablePullDownRefresh": false
  172. }
  173. },
  174. {
  175. "path": "pages/user-agreement/user-agreement",
  176. "style": {
  177. "navigationBarTitleText": "用户协议",
  178. "enablePullDownRefresh": false
  179. }
  180. },
  181. {
  182. "path": "pages/login-fail/login-fail",
  183. "style": {
  184. "navigationBarTitleText": "登录失败",
  185. "enablePullDownRefresh": false
  186. }
  187. },
  188. {
  189. "path": "pages/delivery-method/delivery-method",
  190. "style": {
  191. "navigationBarTitleText": "发货方式"
  192. }
  193. },
  194. {
  195. "path": "pages/refund-manage/refund-manage",
  196. "style": {
  197. "navigationBarTitleText": "退货管理"
  198. }
  199. },
  200. {
  201. "path": "pages/protocol/protocol",
  202. "style": {
  203. "navigationBarTitleText": "大卫博士微店店长服务协议"
  204. }
  205. },
  206. {
  207. "path": "pages/after-sale/after-sale",
  208. "style": {
  209. "navigationBarTitleText": "审核详情"
  210. }
  211. },
  212. {
  213. "path": "pages/interview/interview",
  214. "style": {
  215. "navigationBarTitleText": "签名"
  216. }
  217. },
  218. {
  219. "path": "pages/pay-suce/pay-suce",
  220. "style": {
  221. "navigationBarTitleText": "支付成功",
  222. "enablePullDownRefresh": false
  223. }
  224. }, {
  225. "path": "pages/qr-code/qr-code",
  226. "style": {
  227. "navigationBarTitleText": "客服信息",
  228. "enablePullDownRefresh": false
  229. }
  230. }, {
  231. "path": "pages/send-code/send-code",
  232. "style": {
  233. "navigationBarTitleText": "防伪码信息",
  234. "enablePullDownRefresh": false
  235. }
  236. }, {
  237. "path": "pages/merge-order/merge-order",
  238. "style": {
  239. "navigationBarTitleText": "订单详情",
  240. "enablePullDownRefresh": false
  241. }
  242. }, {
  243. "path": "pages/order-pending/order-pending",
  244. "style": {
  245. "navigationBarTitleText": "待处理订单",
  246. "enablePullDownRefresh": false
  247. }
  248. },
  249. {
  250. "path": "pages/shop-auth/shop-auth",
  251. "style": {
  252. "navigationBarTitleText": "注册认证"
  253. }
  254. },
  255. {
  256. "path": "pages/phone-area/phone-area",
  257. "style": {
  258. "navigationBarTitleText": "选择国家/地区"
  259. }
  260. }
  261. , {
  262. "path": "pages/ads-list/ads-list",
  263. "style": {
  264. "navigationBarTitleText": "地址管理"
  265. }
  266. }, {
  267. "path": "pages/maintain/maintain",
  268. "style": {
  269. "navigationBarTitleText": "系统维护",
  270. "enablePullDownRefresh": false
  271. }
  272. }
  273. ]
  274. }],
  275. "globalStyle": {
  276. "navigationBarTextStyle": "black",
  277. "navigationBarTitleText": "uni-app",
  278. "navigationBarBackgroundColor": "#F8F8F8",
  279. "backgroundColor": "#F8F8F8"
  280. }
  281. }