pages.json 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497
  1. {
  2. "easycom": {
  3. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/index/index",
  8. "style": {
  9. "navigationBarTitleText": "首页",
  10. "enablePullDownRefresh": true
  11. }
  12. },
  13. {
  14. "path": "pages/stock/ruku_type",
  15. "style": {
  16. "navigationBarTitleText": "入库方式"
  17. }
  18. },
  19. {
  20. "path": "pages/index-my/index-my",
  21. "style": {
  22. "navigationBarTitleText": "个人中心",
  23. "enablePullDownRefresh": true
  24. }
  25. },
  26. {
  27. "path": "pages/stock/stock",
  28. "style": {
  29. "navigationBarTitleText": "库存管理"
  30. }
  31. },
  32. {
  33. "path": "pages/stock/ruku_new",
  34. "style": {
  35. "navigationBarTitleText": "订货入库"
  36. }
  37. },
  38. {
  39. "path": "pages/stock/ruku_new2",
  40. "style": {
  41. "navigationBarTitleText": "退货入库"
  42. }
  43. },
  44. {
  45. "path": "pages/stock/first_panku",
  46. "style": {
  47. "navigationBarTitleText": "第一次盘库"
  48. }
  49. },
  50. {
  51. "path": "pages/stock/dai_ruku",
  52. "style": {
  53. "navigationBarTitleText": "待入库"
  54. }
  55. },
  56. {
  57. "path": "pages/stock/ing_ruku",
  58. "style": {
  59. "navigationBarTitleText": "货物详情"
  60. }
  61. },
  62. {
  63. "path": "pages/stock/panku",
  64. "style": {
  65. "navigationBarTitleText": "盘库"
  66. }
  67. },
  68. {
  69. "path": "pages/stock/total",
  70. "style": {
  71. "navigationBarTitleText": "总库存"
  72. }
  73. },
  74. {
  75. "path": "pages/stock/chuku",
  76. "style": {
  77. "navigationBarTitleText": "出库"
  78. }
  79. },
  80. {
  81. "path": "pages/stock/panku_record",
  82. "style": {
  83. "navigationBarTitleText": "盘库记录"
  84. }
  85. },
  86. {
  87. "path": "pages/stock/ruku_record",
  88. "style": {
  89. "navigationBarTitleText": "入库记录"
  90. }
  91. },
  92. {
  93. "path": "pages/stock/chuku_record",
  94. "style": {
  95. "navigationBarTitleText": "出库记录"
  96. }
  97. },
  98. {
  99. "path": "pages/phone-area/phone-area",
  100. "style": {
  101. "navigationBarTitleText": "选择国家/地区"
  102. }
  103. }, {
  104. "path": "pages/login-reg/login-reg",
  105. "style": {
  106. "navigationBarTitleText": "登录注册"
  107. }
  108. }, {
  109. "path": "pages/user-agreement/user-agreement",
  110. "style": {
  111. "navigationBarTitleText": "用户协议"
  112. }
  113. },
  114. {
  115. "path": "pages/place-order/place-order",
  116. "style": {
  117. "navigationBarTitleText": "订货下单",
  118. "enablePullDownRefresh": true
  119. }
  120. }, {
  121. "path": "pages/address-manage/address-manage",
  122. "style": {
  123. "navigationBarTitleText": "地址管理"
  124. }
  125. }, {
  126. "path": "pages/add-address/add-address",
  127. "style": {
  128. "navigationBarTitleText": "编辑地址"
  129. }
  130. }, {
  131. "path": "pages/my-order/my-order",
  132. "style": {
  133. "navigationBarTitleText": "我的订单",
  134. "enablePullDownRefresh": true
  135. }
  136. },
  137. {
  138. "path": "pages/my-order/order-detail",
  139. "style": {
  140. "navigationBarTitleText": "合并详情",
  141. "enablePullDownRefresh": true
  142. }
  143. },
  144. {
  145. "path": "pages/order-detail/order-detail",
  146. "style": {
  147. "navigationBarTitleText": "订单详情"
  148. }
  149. }, {
  150. "path": "pages/my-storage/my-storage",
  151. "style": {
  152. "navigationBarTitleText": "我的库存"
  153. }
  154. }, {
  155. "path": "pages/safe-manage/safe-manage",
  156. "style": {
  157. "navigationBarTitleText": "安全管理"
  158. }
  159. }, {
  160. "path": "pages/updata-psw/updata-psw",
  161. "style": {
  162. "navigationBarTitleText": "修改密码"
  163. }
  164. }, {
  165. "path": "pages/login-psw/login-psw",
  166. "style": {
  167. "navigationBarTitleText": "密码登录"
  168. }
  169. }, {
  170. "path": "pages/change-phone/change-phone",
  171. "style": {
  172. "navigationBarTitleText": "手机换绑"
  173. }
  174. }, {
  175. "path": "pages/good-detail1/good-detail1",
  176. "style": {
  177. "navigationBarTitleText": "订货下单"
  178. }
  179. }, {
  180. "path": "pages/shop-car1/shop-car1",
  181. "style": {
  182. "navigationBarTitleText": "购物车"
  183. }
  184. }, {
  185. "path": "pages/confirm-order1/confirm-order1",
  186. "style": {
  187. "navigationBarTitleText": "填写订单"
  188. }
  189. },
  190. {
  191. "path": "pages/comfirm-order-success/comfirm-order-success",
  192. "style": {
  193. "navigationBarTitleText": "订单提交成功"
  194. }
  195. }, {
  196. "path": "pages/pay-order/pay-order",
  197. "style": {
  198. "navigationBarTitleText": "订单付款"
  199. }
  200. }, {
  201. "path": "pages/order-detail1/order-detail1",
  202. "style": {
  203. "navigationBarTitleText": "订单详情"
  204. }
  205. }, {
  206. "path": "pages/order-detail1-list/order-detail1-list",
  207. "style": {
  208. "navigationBarTitleText": "商品列表"
  209. }
  210. }, {
  211. "path": "pages/order-detail1-log/order-detail1-log",
  212. "style": {
  213. "navigationBarTitleText": "操作日志"
  214. }
  215. }, {
  216. "path": "pages/express-detail/express-detail",
  217. "style": {
  218. "navigationBarTitleText": "物流详情"
  219. }
  220. }, {
  221. "path": "pages/order-sum/order-sum",
  222. "style": {
  223. "navigationBarTitleText": "订货汇总",
  224. "enablePullDownRefresh": true
  225. }
  226. },
  227. {
  228. "path": "pages/gift-detail/index",
  229. "style": {
  230. "navigationBarTitleText": "赠品详情"
  231. }
  232. }, {
  233. "path": "pages/logistics-info/logistics-info",
  234. "style": {
  235. "navigationBarTitleText": "物流查询"
  236. }
  237. }, {
  238. "path": "pages/logistics-details/logistics-details",
  239. "style": {
  240. "navigationBarTitleText": "物流详情"
  241. }
  242. },
  243. {
  244. "path": "pages/deliver-detail/deliver-detail",
  245. "style": {
  246. "navigationBarTitleText": "发货详情"
  247. }
  248. },
  249. {
  250. "path": "pages/feedback/index",
  251. "style": {
  252. "navigationBarTitleText": "填写信息",
  253. "enablePullDownRefresh": false
  254. }
  255. },
  256. {
  257. "path": "pages/political/political",
  258. "style": {
  259. "navigationBarTitleText": "客服信息"
  260. }
  261. },
  262. {
  263. "path": "pages/webView/appraise",
  264. "style": {
  265. "navigationBarTitleText": "评价客服",
  266. "enablePullDownRefresh": false
  267. }
  268. }, {
  269. "path": "pages/gifts_list/gifts_list",
  270. "style": {
  271. "navigationBarTitleText": "礼品详情",
  272. "enablePullDownRefresh": false
  273. }
  274. },
  275. {
  276. "path": "pages/freeze/freeze",
  277. "style": {
  278. "navigationBarTitleText": "",
  279. "enablePullDownRefresh": false
  280. }
  281. },
  282. {
  283. "path": "pages/scanC/scanC",
  284. "style": {
  285. "navigationBarTitleText": "扫码",
  286. "enablePullDownRefresh": false
  287. }
  288. }, {
  289. "path": "pages/scanQR/index",
  290. "style": {
  291. "navigationBarTitleText": "扫码功能",
  292. "enablePullDownRefresh": false
  293. }
  294. }, {
  295. "path": "pages/scanQR/belong",
  296. "style": {
  297. "navigationBarTitleText": "所属者",
  298. "enablePullDownRefresh": false
  299. }
  300. }, {
  301. "path": "pages/scanQR/detail",
  302. "style": {
  303. "navigationBarTitleText": "产品信息",
  304. "enablePullDownRefresh": false
  305. }
  306. },
  307. {
  308. "path": "pages/dwbsChat/dwbsChat",
  309. "style": {
  310. "navigationBarTitleText": "",
  311. "enablePullDownRefresh": false
  312. }
  313. },
  314. {
  315. "path": "pages/lading_detail/index",
  316. "style": {
  317. "navigationBarTitleText": "货物详情",
  318. "enablePullDownRefresh": false
  319. }
  320. }, {
  321. "path": "pages/lading_detail/detail",
  322. "style": {
  323. "navigationBarTitleText": "订单详情",
  324. "enablePullDownRefresh": false
  325. }
  326. }, {
  327. "path": "pages/unshipped-detail/index",
  328. "style": {
  329. "navigationBarTitleText": "未发明细",
  330. "enablePullDownRefresh": false
  331. }
  332. },
  333. {
  334. "path": "pages/payment/payment",
  335. "style": {
  336. "navigationBarTitleText": "报名支付",
  337. "enablePullDownRefresh": true
  338. }
  339. },
  340. {
  341. "path": "pages/payment/bankPay",
  342. "style": {
  343. "navigationBarTitleText": "报名支付",
  344. "enablePullDownRefresh": false
  345. }
  346. },
  347. {
  348. "path": "pages/payment/singup",
  349. "style": {
  350. "navigationBarTitleText": "抢占结果",
  351. "enablePullDownRefresh": false
  352. }
  353. },
  354. {
  355. "path": "pages/payment/information",
  356. "style": {
  357. "navigationBarTitleText": "信息填写",
  358. "enablePullDownRefresh": false
  359. }
  360. },
  361. {
  362. "path": "pages/payment-xx/payment",
  363. "style": {
  364. "navigationBarTitleText": "报名支付",
  365. "enablePullDownRefresh": true
  366. }
  367. },
  368. {
  369. "path": "pages/payment-xx/bankPay",
  370. "style": {
  371. "navigationBarTitleText": "报名支付",
  372. "enablePullDownRefresh": false
  373. }
  374. },
  375. {
  376. "path": "pages/payment-xx/singup",
  377. "style": {
  378. "navigationBarTitleText": "抢占结果",
  379. "enablePullDownRefresh": false
  380. }
  381. },
  382. {
  383. "path": "pages/payment-xx/information",
  384. "style": {
  385. "navigationBarTitleText": "信息填写",
  386. "enablePullDownRefresh": false
  387. }
  388. },
  389. {
  390. "path": "pages/howSend/howSend",
  391. "style": {
  392. "navigationBarTitleText": "扫码发货教程",
  393. "enablePullDownRefresh": false
  394. }
  395. },
  396. {
  397. "path": "pages/safeguard/safeguard",
  398. "style": {
  399. "navigationBarTitleText": "系统维护",
  400. "enablePullDownRefresh": false
  401. }
  402. },
  403. {
  404. "path": "pages/stock/code_record",
  405. "style": {
  406. "navigationBarTitleText": "扫码记录",
  407. "enablePullDownRefresh": false
  408. }
  409. },
  410. {
  411. "path": "pages/zbs/form",
  412. "style": {
  413. "navigationBarTitleText": "银行卡绑定",
  414. "enablePullDownRefresh": false
  415. }
  416. },
  417. {
  418. "path": "pages/zbs/detail",
  419. "style": {
  420. "navigationBarTitleText": "争霸赛报名",
  421. "enablePullDownRefresh": false
  422. }
  423. },
  424. {
  425. "path": "pages/zbs/unBank",
  426. "style": {
  427. "navigationBarTitleText": "银行卡信息",
  428. "enablePullDownRefresh": false
  429. }
  430. }
  431. ],
  432. "tabBar": {
  433. "color": "#333333",
  434. "selectedColor": "#FB231F",
  435. "backgroundColor": "#FFFFFF",
  436. "fontWeight": "bold",
  437. "fontSize": "18px",
  438. "iconWidth": "22px",
  439. "spacing": "5px",
  440. "width": "100%",
  441. "height": "49px",
  442. "list": [
  443. {
  444. "text": "首页",
  445. "pagePath": "pages/index/index"
  446. },
  447. {
  448. "text": "扫码发货",
  449. "pagePath": "pages/scanQR/index"
  450. },
  451. {
  452. "text": "我的",
  453. "pagePath": "pages/index-my/index-my"
  454. }
  455. ]
  456. },
  457. "globalStyle": {
  458. "navigationBarTextStyle": "black",
  459. "navigationStyle": "custom",
  460. "app-plus": {
  461. "scrollIndicator": "none"
  462. },
  463. "h5": {
  464. "pullToRefresh": {
  465. "color": "#F76454"
  466. }
  467. }
  468. }
  469. }