pages.json 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue",
  4. "^gf-(.*)": "@/components/kj-$1/kj-$1.vue"
  5. },
  6. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  7. {
  8. "path": "pages/index/index",
  9. "style": {
  10. "navigationBarTitleText": "商城",
  11. "navigationStyle": "custom"
  12. }
  13. },
  14. {
  15. "path": "pages/mine/mine",
  16. "style": {
  17. "navigationBarTitleText": "",
  18. "enablePullDownRefresh": false
  19. }
  20. },
  21. {
  22. "path": "pages/express/express",
  23. "style": {
  24. "navigationBarTitleText": "",
  25. "enablePullDownRefresh": false,
  26. "navigationStyle": "custom"
  27. }
  28. },
  29. {
  30. "path": "pages/shopping/shopping",
  31. "style": {
  32. "navigationBarTitleText": "",
  33. "enablePullDownRefresh": false,
  34. "navigationStyle": "custom"
  35. }
  36. },
  37. {
  38. "path": "pages/cart/cart",
  39. "style": {
  40. "navigationBarTitleText": "",
  41. "enablePullDownRefresh": false,
  42. "navigationStyle": "custom"
  43. }
  44. },
  45. {
  46. "path": "pages/login/login",
  47. "style": {
  48. "navigationBarTitleText": "登录",
  49. "enablePullDownRefresh": false
  50. }
  51. }
  52. ],
  53. "subPackages": [{
  54. "root": "pageA",
  55. "pages": [{
  56. "path": "index",
  57. "style": {
  58. "navigationBarTitleText": "",
  59. "enablePullDownRefresh": false
  60. }
  61. },
  62. {
  63. "path": "productdetails",
  64. "style": {
  65. "navigationBarTitleText": "",
  66. "enablePullDownRefresh": false,
  67. "navigationStyle": "custom"
  68. }
  69. },
  70. {
  71. "path": "order",
  72. "style": {
  73. "navigationBarTitleText": "填写订单",
  74. "enablePullDownRefresh": false
  75. }
  76. },
  77. {
  78. "path": "balance",
  79. "style": {
  80. "navigationBarTitleText": "支付订单",
  81. "enablePullDownRefresh": false
  82. }
  83. },
  84. {
  85. "path": "counter",
  86. "style": {
  87. "navigationBarTitleText": "物流报价计算器",
  88. "enablePullDownRefresh": false,
  89. "navigationBarTitleFontSize":20
  90. }
  91. },
  92. {
  93. "path": "logisticsinfo",
  94. "style": {
  95. "navigationBarTitleText": "物流详情",
  96. "enablePullDownRefresh": false
  97. }
  98. },
  99. {
  100. "path": "subsidy",
  101. "style": {
  102. "navigationBarTitleText": "百万补贴",
  103. "enablePullDownRefresh": false,
  104. "navigationStyle": "custom"
  105. }
  106. },
  107. {
  108. "path": "chat/chat",
  109. "style": {
  110. "navigationBarTitleText": "",
  111. "enablePullDownRefresh": false
  112. }
  113. },
  114. {
  115. "path": "chat/news",
  116. "style": {
  117. "navigationBarTitleText": "消息",
  118. "enablePullDownRefresh": false
  119. }
  120. },
  121. {
  122. "path": "service/service",
  123. "style": {
  124. "navigationBarTitleText": "",
  125. "enablePullDownRefresh": false,
  126. "navigationStyle": "custom"
  127. }
  128. },
  129. {
  130. "path": "payorder",
  131. "style": {
  132. "navigationBarTitleText": "支付订单",
  133. "enablePullDownRefresh": false
  134. }
  135. },
  136. {
  137. "path": "confirm",
  138. "style": {
  139. "navigationBarTitleText": "支付结果",
  140. "enablePullDownRefresh": false
  141. }
  142. },
  143. {
  144. "path" : "shoptype",
  145. "style" :
  146. {
  147. "navigationBarTitleText" : "商品分类",
  148. "enablePullDownRefresh" : false
  149. }
  150. },
  151. {
  152. "path" : "shoplist",
  153. "style" :
  154. {
  155. "navigationBarTitleText" : "",
  156. "enablePullDownRefresh" : false
  157. }
  158. },
  159. {
  160. "path" : "rule/rule",
  161. "style" :
  162. {
  163. "navigationBarTitleText" : "",
  164. "enablePullDownRefresh" : false
  165. }
  166. }
  167. ]
  168. },
  169. {
  170. "root": "pageB",
  171. "pages": [{
  172. "path": "index",
  173. "style": {
  174. "navigationBarTitleText": "",
  175. "enablePullDownRefresh": false
  176. }
  177. },
  178. {
  179. "path": "parcel",
  180. "style": {
  181. "navigationBarTitleText": "添加包裹",
  182. "enablePullDownRefresh": false
  183. }
  184. },
  185. {
  186. "path": "delivery",
  187. "style": {
  188. "navigationBarTitleText": "",
  189. "enablePullDownRefresh": false,
  190. "navigationStyle": "custom"
  191. }
  192. },
  193. {
  194. "path": "goods",
  195. "style": {
  196. "navigationBarTitleText": "物品信息",
  197. "enablePullDownRefresh": false
  198. }
  199. },
  200. {
  201. "path": "Senderinfor",
  202. "style": {
  203. "navigationBarTitleText": "填写寄件人信息",
  204. "enablePullDownRefresh": false
  205. }
  206. },
  207. {
  208. "path": "recipientinfo",
  209. "style": {
  210. "navigationBarTitleText": "填写收件人信息",
  211. "enablePullDownRefresh": false
  212. }
  213. },
  214. {
  215. "path": "citychange",
  216. "style": {
  217. "navigationBarTitleText": "选择国家",
  218. "enablePullDownRefresh": false
  219. }
  220. },
  221. {
  222. "path": "list/list",
  223. "style": {
  224. "navigationBarTitleText": "拼包列表",
  225. "enablePullDownRefresh": false
  226. }
  227. },
  228. {
  229. "path" : "ParcelExpress",
  230. "style" :
  231. {
  232. "navigationBarTitleText" : "",
  233. "enablePullDownRefresh" : false,
  234. "navigationStyle": "custom"
  235. }
  236. },
  237. {
  238. "path" : "account",
  239. "style" :
  240. {
  241. "navigationBarTitleText" : "",
  242. "enablePullDownRefresh" : false,
  243. "navigationStyle": "custom"
  244. }
  245. },
  246. {
  247. "path" : "myPackage",
  248. "style" :
  249. {
  250. "navigationBarTitleText" : "我的包裹",
  251. "enablePullDownRefresh" : false
  252. }
  253. },
  254. {
  255. "path" : "end",
  256. "style" :
  257. {
  258. "navigationBarTitleText" : "",
  259. "enablePullDownRefresh" : false,
  260. "navigationStyle": "custom"
  261. }
  262. },
  263. {
  264. "path" : "expresstype",
  265. "style" :
  266. {
  267. "navigationBarTitleText" : "快递服务",
  268. "enablePullDownRefresh" : false
  269. }
  270. },
  271. {
  272. "path" : "orderinfo",
  273. "style" :
  274. {
  275. "navigationBarTitleText" : "订单详情",
  276. "enablePullDownRefresh" : false
  277. }
  278. },
  279. {
  280. "path" : "search",
  281. "style" :
  282. {
  283. "navigationBarTitleText" : "物品信息",
  284. "enablePullDownRefresh" : false
  285. }
  286. }
  287. ]
  288. },
  289. {
  290. "root": "pageC",
  291. "pages": [{
  292. "path": "index",
  293. "style": {
  294. "navigationBarTitleText": "",
  295. "enablePullDownRefresh": false
  296. }
  297. },
  298. {
  299. "path": "accountBalance/accountBalance",
  300. "enablePullDownRefresh": false,
  301. "style": {
  302. "navigationBarTitleText": "账户余额",
  303. "backgroundColor": "#f4f4f4",
  304. "app-plus": {
  305. "background": "#f4f4f4"
  306. }
  307. }
  308. },
  309. {
  310. "path" : "balanceDetail/balanceDetail",
  311. "enablePullDownRefresh": false,
  312. "style" :
  313. {
  314. "navigationBarTitleText" : "余额明细",
  315. "backgroundColor": "#ffffff",
  316. "app-plus": {
  317. "background": "#ffffff"
  318. }
  319. }
  320. },
  321. {
  322. "path" : "recharge/recharge",
  323. "enablePullDownRefresh": false,
  324. "style" :
  325. {
  326. "navigationBarTitleText" : "充值"
  327. }
  328. },
  329. {
  330. "path" : "withdrawal/withdrawal",
  331. "enablePullDownRefresh": false,
  332. "style" :
  333. {
  334. "navigationBarTitleText" : "余额提现"
  335. }
  336. },
  337. {
  338. "path" : "withdrawalDetail/withdrawalDetail",
  339. "enablePullDownRefresh": false,
  340. "style" :
  341. {
  342. "navigationBarTitleText" : "提现明细",
  343. "enablePullDownRefresh": false,
  344. "backgroundColor": "#ffffff"
  345. }
  346. },
  347. {
  348. "path" : "ensureMoney/ensureMoney",
  349. "enablePullDownRefresh": false,
  350. "style" :
  351. {
  352. "navigationBarTitleText" : "保证金余额"
  353. }
  354. },
  355. {
  356. "path" : "ensureExplain/ensureExplain",
  357. "enablePullDownRefresh": false,
  358. "style" :
  359. {
  360. "navigationBarTitleText" : "保证金说明"
  361. }
  362. },
  363. {
  364. "path" : "mineFollow/mineFollow",
  365. "enablePullDownRefresh": false,
  366. "style" :
  367. {
  368. "navigationBarTitleText" : "",
  369. "navigationStyle": "custom"
  370. }
  371. },
  372. {
  373. "path" : "accountSetup/accountSetup",
  374. "enablePullDownRefresh": false,
  375. "style" :
  376. {
  377. "navigationBarTitleText" : "账号设置"
  378. }
  379. },
  380. {
  381. "path" : "switchLanguage/switchLanguage",
  382. "enablePullDownRefresh": false,
  383. "style" :
  384. {
  385. "navigationBarTitleText" : "切换语言"
  386. }
  387. },
  388. {
  389. "path" : "personalInformation/personalInformation",
  390. "enablePullDownRefresh": false,
  391. "style" :
  392. {
  393. "navigationBarTitleText" : "个人信息"
  394. }
  395. },
  396. {
  397. "path" : "editName/editName",
  398. "enablePullDownRefresh": false,
  399. "style" :
  400. {
  401. "navigationBarTitleText" : ""
  402. }
  403. },
  404. {
  405. "path" : "addressManagement/addressManagement",
  406. "enablePullDownRefresh": false,
  407. "style" :
  408. {
  409. "navigationBarTitleText" : ""
  410. }
  411. },
  412. {
  413. "path" : "addEditAddress/addEditAddress",
  414. "enablePullDownRefresh": false,
  415. "style" :
  416. {
  417. "navigationBarTitleText" : ""
  418. }
  419. },
  420. {
  421. "path" : "orderForm/orderForm",
  422. "enablePullDownRefresh": false,
  423. "style" :
  424. {
  425. "navigationBarTitleText" : "",
  426. "navigationStyle": "custom"
  427. }
  428. },
  429. {
  430. "path" : "internationalAddress/internationalAddress",
  431. "enablePullDownRefresh": false,
  432. "style" :
  433. {
  434. "navigationBarTitleText" : ""
  435. }
  436. },
  437. {
  438. "path" : "accountSecurity/accountSecurity",
  439. "enablePullDownRefresh": false,
  440. "style" :
  441. {
  442. "navigationBarTitleText" : ""
  443. }
  444. },
  445. {
  446. "path" : "accountCancellation/accountCancellation",
  447. "enablePullDownRefresh": false,
  448. "style" :
  449. {
  450. "navigationBarTitleText" : ""
  451. }
  452. },
  453. {
  454. "path" : "privacyPolicy/privacyPolicy",
  455. "enablePullDownRefresh": false,
  456. "style" :
  457. {
  458. "navigationBarTitleText" : ""
  459. }
  460. },
  461. {
  462. "path" : "orderFormDetail/orderFormDetail",
  463. "enablePullDownRefresh": false,
  464. "style" :
  465. {
  466. "navigationBarTitleText" : "",
  467. "navigationBarBackgroundColor": "#f4f4f4"
  468. }
  469. },
  470. {
  471. "path" : "myPackage/myPackage",
  472. "style" :
  473. {
  474. "navigationBarTitleText" : ""
  475. }
  476. },
  477. {
  478. "path" : "applicationRefund/applicationRefund",
  479. "style" :
  480. {
  481. "navigationBarTitleText" : ""
  482. }
  483. },
  484. {
  485. "path" : "refundDetail/refundDetail",
  486. "style" :
  487. {
  488. "navigationBarTitleText" : ""
  489. }
  490. }
  491. ]
  492. }, {
  493. "root": "pageD",
  494. "pages": [{
  495. "path": "index",
  496. "style": {
  497. "navigationBarTitleText": "",
  498. "enablePullDownRefresh": false
  499. }
  500. },
  501. {
  502. "path" : "supplyChainGoods/supplyChainGoods",
  503. "style" :
  504. {
  505. "navigationBarTitleText" : ""
  506. }
  507. },
  508. {
  509. "path" : "productDetails/productDetails",
  510. "style" :
  511. {
  512. "navigationBarTitleText" : ""
  513. }
  514. },
  515. {
  516. "path" : "commodityManage/commodityManage",
  517. "style" :
  518. {
  519. "navigationBarTitleText" : ""
  520. }
  521. },
  522. {
  523. "path" : "platformProducts/platformProducts",
  524. "style" :
  525. {
  526. "navigationBarTitleText" : ""
  527. }
  528. },
  529. {
  530. "path" : "settleIn/settleIn",
  531. "style" :
  532. {
  533. "navigationBarTitleText" : ""
  534. }
  535. },
  536. {
  537. "path" : "orderFormManage/orderFormManage",
  538. "style" :
  539. {
  540. "navigationBarTitleText" : ""
  541. }
  542. },
  543. {
  544. "path" : "orderInformation/orderInformation",
  545. "style" :
  546. {
  547. "navigationBarTitleText" : ""
  548. }
  549. },
  550. {
  551. "path" : "logisticsProgress/logisticsProgress",
  552. "style" :
  553. {
  554. "navigationBarTitleText" : ""
  555. }
  556. },
  557. {
  558. "path" : "paymentOrder/paymentOrder",
  559. "style" :
  560. {
  561. "navigationBarTitleText" : ""
  562. }
  563. },
  564. {
  565. "path" : "afterSalesManage/afterSalesManage",
  566. "style" :
  567. {
  568. "navigationBarTitleText" : ""
  569. }
  570. },
  571. {
  572. "path" : "afterSalesDetail/afterSalesDetail",
  573. "style" :
  574. {
  575. "navigationBarTitleText" : ""
  576. }
  577. },
  578. {
  579. "path" : "sending/sending",
  580. "style" :
  581. {
  582. "navigationBarTitleText" : ""
  583. }
  584. },
  585. {
  586. "path" : "deliverGoods/deliverGoods",
  587. "style" :
  588. {
  589. "navigationBarTitleText" : ""
  590. }
  591. },
  592. {
  593. "path" : "evaluate/evaluate",
  594. "style" :
  595. {
  596. "navigationBarTitleText" : ""
  597. }
  598. },
  599. {
  600. "path" : "homepage/homepage",
  601. "style" :
  602. {
  603. "navigationBarTitleText" : ""
  604. }
  605. },
  606. {
  607. "path" : "ensureRecharge/ensureRecharge",
  608. "style" :
  609. {
  610. "navigationBarTitleText" : ""
  611. }
  612. },
  613. {
  614. "path" : "orderDetail/orderDetail",
  615. "style" :
  616. {
  617. "navigationBarTitleText" : ""
  618. }
  619. },
  620. {
  621. "path" : "resultFeedback/resultFeedback",
  622. "style" :
  623. {
  624. "navigationBarTitleText" : ""
  625. }
  626. }
  627. ]
  628. }
  629. ],
  630. "globalStyle": {
  631. "navigationBarTextStyle": "black",
  632. "navigationBarTitleText": "跨境电商",
  633. "navigationBarBackgroundColor": "#fff",
  634. "backgroundColor": "#222"
  635. },
  636. "uniIdRouter": {},
  637. "tabBar": {
  638. "color": "#222",
  639. "selectedColor": "#F83224",
  640. // "list": [
  641. // {
  642. // "iconPath": "static/express1.png",
  643. // "selectedIconPath": "static/express2.png",
  644. // "text": "跨境速递",
  645. // "pagePath": "pages/express/express"
  646. // },
  647. // {
  648. // "iconPath": "static/index1.png",
  649. // "selectedIconPath": "static/index2.png",
  650. // "text": "商城",
  651. // "pagePath": "pages/index/index"
  652. // },
  653. // {
  654. // "iconPath": "static/shop.png",
  655. // "selectedIconPath": "static/shop.png",
  656. // "text": "购",
  657. // "pagePath": "pages/shopping/shopping"
  658. // },
  659. // {
  660. // "iconPath": "static/cart1.png",
  661. // "selectedIconPath": "static/cart2.png",
  662. // "text": "购物车",
  663. // "pagePath": "pages/cart/cart"
  664. // },
  665. // {
  666. // "iconPath": "static/mine1.png",
  667. // "selectedIconPath": "static/mine2.png",
  668. // "text": "我的",
  669. // "pagePath": "pages/mine/mine"
  670. // }
  671. // ]
  672. "custom": true,
  673. "list": [{
  674. "pagePath": "pages/express/express"
  675. },
  676. {
  677. "pagePath": "pages/index/index"
  678. },
  679. {
  680. "pagePath": "pages/shopping/shopping"
  681. },
  682. {
  683. "pagePath": "pages/cart/cart"
  684. },
  685. {
  686. "pagePath": "pages/mine/mine"
  687. }
  688. ]
  689. }
  690. }