pages.json 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731
  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. "navigationStyle": "custom"
  113. }
  114. },
  115. {
  116. "path": "chat/news",
  117. "style": {
  118. "navigationBarTitleText": "消息",
  119. "enablePullDownRefresh": false
  120. }
  121. },
  122. {
  123. "path": "service/service",
  124. "style": {
  125. "navigationBarTitleText": "",
  126. "enablePullDownRefresh": false,
  127. "navigationStyle": "custom"
  128. }
  129. },
  130. {
  131. "path": "payorder",
  132. "style": {
  133. "navigationBarTitleText": "支付订单",
  134. "enablePullDownRefresh": false
  135. }
  136. },
  137. {
  138. "path": "confirm",
  139. "style": {
  140. "navigationBarTitleText": "支付结果",
  141. "enablePullDownRefresh": false
  142. }
  143. },
  144. {
  145. "path" : "shoptype",
  146. "style" :
  147. {
  148. "navigationBarTitleText" : "商品分类",
  149. "enablePullDownRefresh" : false
  150. }
  151. },
  152. {
  153. "path" : "shoplist",
  154. "style" :
  155. {
  156. "navigationBarTitleText" : "",
  157. "enablePullDownRefresh" : false
  158. }
  159. },
  160. {
  161. "path" : "rule/rule",
  162. "style" :
  163. {
  164. "navigationBarTitleText" : "",
  165. "enablePullDownRefresh" : false
  166. }
  167. },
  168. {
  169. "path" : "comment",
  170. "style" :
  171. {
  172. "navigationBarTitleText" : "",
  173. "enablePullDownRefresh" : false
  174. }
  175. },
  176. {
  177. "path" : "changelange",
  178. "style" :
  179. {
  180. "navigationBarTitleText" : "",
  181. "enablePullDownRefresh" : false,
  182. "navigationStyle": "custom"
  183. }
  184. }
  185. ]
  186. },
  187. {
  188. "root": "pageB",
  189. "pages": [{
  190. "path": "index",
  191. "style": {
  192. "navigationBarTitleText": "",
  193. "enablePullDownRefresh": false
  194. }
  195. },
  196. {
  197. "path": "parcel",
  198. "style": {
  199. "navigationBarTitleText": "添加包裹",
  200. "enablePullDownRefresh": false
  201. }
  202. },
  203. {
  204. "path": "delivery",
  205. "style": {
  206. "navigationBarTitleText": "",
  207. "enablePullDownRefresh": false,
  208. "navigationStyle": "custom"
  209. }
  210. },
  211. {
  212. "path": "goods",
  213. "style": {
  214. "navigationBarTitleText": "物品信息",
  215. "enablePullDownRefresh": false
  216. }
  217. },
  218. {
  219. "path": "Senderinfor",
  220. "style": {
  221. "navigationBarTitleText": "填写寄件人信息",
  222. "enablePullDownRefresh": false
  223. }
  224. },
  225. {
  226. "path": "recipientinfo",
  227. "style": {
  228. "navigationBarTitleText": "填写收件人信息",
  229. "enablePullDownRefresh": false
  230. }
  231. },
  232. {
  233. "path": "citychange",
  234. "style": {
  235. "navigationBarTitleText": "选择国家",
  236. "enablePullDownRefresh": false
  237. }
  238. },
  239. {
  240. "path": "list/list",
  241. "style": {
  242. "navigationBarTitleText": "拼包列表",
  243. "enablePullDownRefresh": false
  244. }
  245. },
  246. {
  247. "path" : "ParcelExpress",
  248. "style" :
  249. {
  250. "navigationBarTitleText" : "",
  251. "enablePullDownRefresh" : false,
  252. "navigationStyle": "custom"
  253. }
  254. },
  255. {
  256. "path" : "account",
  257. "style" :
  258. {
  259. "navigationBarTitleText" : "",
  260. "enablePullDownRefresh" : false,
  261. "navigationStyle": "custom"
  262. }
  263. },
  264. {
  265. "path" : "myPackage",
  266. "style" :
  267. {
  268. "navigationBarTitleText" : "我的包裹",
  269. "enablePullDownRefresh" : false
  270. }
  271. },
  272. {
  273. "path" : "end",
  274. "style" :
  275. {
  276. "navigationBarTitleText" : "",
  277. "enablePullDownRefresh" : false,
  278. "navigationStyle": "custom"
  279. }
  280. },
  281. {
  282. "path" : "expresstype",
  283. "style" :
  284. {
  285. "navigationBarTitleText" : "快递服务",
  286. "enablePullDownRefresh" : false
  287. }
  288. },
  289. {
  290. "path" : "orderinfo",
  291. "style" :
  292. {
  293. "navigationBarTitleText" : "订单详情",
  294. "enablePullDownRefresh" : false,
  295. "navigationStyle": "custom"
  296. }
  297. },
  298. {
  299. "path" : "search",
  300. "style" :
  301. {
  302. "navigationBarTitleText" : "物品信息",
  303. "enablePullDownRefresh" : false
  304. }
  305. }
  306. ]
  307. },
  308. {
  309. "root": "pageC",
  310. "pages": [{
  311. "path": "index",
  312. "style": {
  313. "navigationBarTitleText": "",
  314. "enablePullDownRefresh": false
  315. }
  316. },
  317. {
  318. "path": "accountBalance/accountBalance",
  319. "enablePullDownRefresh": false,
  320. "style": {
  321. "navigationBarTitleText": "账户余额",
  322. "backgroundColor": "#f4f4f4",
  323. "app-plus": {
  324. "background": "#f4f4f4"
  325. }
  326. }
  327. },
  328. {
  329. "path" : "balanceDetail/balanceDetail",
  330. "enablePullDownRefresh": false,
  331. "style" :
  332. {
  333. "navigationBarTitleText" : "余额明细",
  334. "backgroundColor": "#ffffff",
  335. "app-plus": {
  336. "background": "#ffffff"
  337. }
  338. }
  339. },
  340. {
  341. "path" : "recharge/recharge",
  342. "enablePullDownRefresh": false,
  343. "style" :
  344. {
  345. "navigationBarTitleText" : "充值"
  346. }
  347. },
  348. {
  349. "path" : "withdrawal/withdrawal",
  350. "enablePullDownRefresh": false,
  351. "style" :
  352. {
  353. "navigationBarTitleText" : "余额提现"
  354. }
  355. },
  356. {
  357. "path" : "withdrawalDetail/withdrawalDetail",
  358. "enablePullDownRefresh": false,
  359. "style" :
  360. {
  361. "navigationBarTitleText" : "提现明细",
  362. "enablePullDownRefresh": false,
  363. "backgroundColor": "#ffffff"
  364. }
  365. },
  366. {
  367. "path" : "ensureMoney/ensureMoney",
  368. "enablePullDownRefresh": false,
  369. "style" :
  370. {
  371. "navigationBarTitleText" : "保证金余额"
  372. }
  373. },
  374. {
  375. "path" : "ensureExplain/ensureExplain",
  376. "enablePullDownRefresh": false,
  377. "style" :
  378. {
  379. "navigationBarTitleText" : "保证金说明"
  380. }
  381. },
  382. {
  383. "path" : "mineFollow/mineFollow",
  384. "enablePullDownRefresh": false,
  385. "style" :
  386. {
  387. "navigationBarTitleText" : "",
  388. "navigationStyle": "custom"
  389. }
  390. },
  391. {
  392. "path" : "accountSetup/accountSetup",
  393. "enablePullDownRefresh": false,
  394. "style" :
  395. {
  396. "navigationBarTitleText" : "账号设置"
  397. }
  398. },
  399. {
  400. "path" : "switchLanguage/switchLanguage",
  401. "enablePullDownRefresh": false,
  402. "style" :
  403. {
  404. "navigationBarTitleText" : "切换语言"
  405. }
  406. },
  407. {
  408. "path" : "personalInformation/personalInformation",
  409. "enablePullDownRefresh": false,
  410. "style" :
  411. {
  412. "navigationBarTitleText" : "个人信息"
  413. }
  414. },
  415. {
  416. "path" : "editName/editName",
  417. "enablePullDownRefresh": false,
  418. "style" :
  419. {
  420. "navigationBarTitleText" : ""
  421. }
  422. },
  423. {
  424. "path" : "addressManagement/addressManagement",
  425. "enablePullDownRefresh": false,
  426. "style" :
  427. {
  428. "navigationBarTitleText" : ""
  429. }
  430. },
  431. {
  432. "path" : "addEditAddress/addEditAddress",
  433. "enablePullDownRefresh": false,
  434. "style" :
  435. {
  436. "navigationBarTitleText" : ""
  437. }
  438. },
  439. {
  440. "path" : "orderForm/orderForm",
  441. "enablePullDownRefresh": false,
  442. "style" :
  443. {
  444. "navigationBarTitleText" : "",
  445. "navigationStyle": "custom"
  446. }
  447. },
  448. {
  449. "path" : "internationalAddress/internationalAddress",
  450. "enablePullDownRefresh": false,
  451. "style" :
  452. {
  453. "navigationBarTitleText" : ""
  454. }
  455. },
  456. {
  457. "path" : "accountSecurity/accountSecurity",
  458. "enablePullDownRefresh": false,
  459. "style" :
  460. {
  461. "navigationBarTitleText" : ""
  462. }
  463. },
  464. {
  465. "path" : "accountCancellation/accountCancellation",
  466. "enablePullDownRefresh": false,
  467. "style" :
  468. {
  469. "navigationBarTitleText" : ""
  470. }
  471. },
  472. {
  473. "path" : "privacyPolicy/privacyPolicy",
  474. "enablePullDownRefresh": false,
  475. "style" :
  476. {
  477. "navigationBarTitleText" : ""
  478. }
  479. },
  480. {
  481. "path" : "orderFormDetail/orderFormDetail",
  482. "enablePullDownRefresh": false,
  483. "style" :
  484. {
  485. "navigationBarTitleText" : "",
  486. "navigationBarBackgroundColor": "#f4f4f4"
  487. }
  488. },
  489. {
  490. "path" : "myPackage/myPackage",
  491. "style" :
  492. {
  493. "navigationBarTitleText" : ""
  494. }
  495. },
  496. {
  497. "path" : "applicationRefund/applicationRefund",
  498. "style" :
  499. {
  500. "navigationBarTitleText" : ""
  501. }
  502. },
  503. {
  504. "path" : "refundDetail/refundDetail",
  505. "style" :
  506. {
  507. "navigationBarTitleText" : ""
  508. }
  509. }
  510. ]
  511. }, {
  512. "root": "pageD",
  513. "pages": [{
  514. "path": "index",
  515. "style": {
  516. "navigationBarTitleText": "",
  517. "enablePullDownRefresh": false
  518. }
  519. },
  520. {
  521. "path" : "supplyChainGoods/supplyChainGoods",
  522. "style" :
  523. {
  524. "navigationBarTitleText" : ""
  525. }
  526. },
  527. {
  528. "path" : "productDetails/productDetails",
  529. "style" :
  530. {
  531. "navigationBarTitleText" : "",
  532. "navigationStyle": "custom"
  533. }
  534. },
  535. {
  536. "path" : "commodityManage/commodityManage",
  537. "style" :
  538. {
  539. "navigationBarTitleText" : ""
  540. }
  541. },
  542. {
  543. "path" : "platformProducts/platformProducts",
  544. "style" :
  545. {
  546. "navigationBarTitleText" : ""
  547. }
  548. },
  549. {
  550. "path" : "settleIn/settleIn",
  551. "style" :
  552. {
  553. "navigationBarTitleText" : ""
  554. }
  555. },
  556. {
  557. "path" : "orderFormManage/orderFormManage",
  558. "style" :
  559. {
  560. "navigationBarTitleText" : ""
  561. }
  562. },
  563. {
  564. "path" : "orderInformation/orderInformation",
  565. "style" :
  566. {
  567. "navigationBarTitleText" : ""
  568. }
  569. },
  570. {
  571. "path" : "logisticsProgress/logisticsProgress",
  572. "style" :
  573. {
  574. "navigationBarTitleText" : ""
  575. }
  576. },
  577. {
  578. "path" : "paymentOrder/paymentOrder",
  579. "style" :
  580. {
  581. "navigationBarTitleText" : ""
  582. }
  583. },
  584. {
  585. "path" : "afterSalesManage/afterSalesManage",
  586. "style" :
  587. {
  588. "navigationBarTitleText" : ""
  589. }
  590. },
  591. {
  592. "path" : "afterSalesDetail/afterSalesDetail",
  593. "style" :
  594. {
  595. "navigationBarTitleText" : ""
  596. }
  597. },
  598. {
  599. "path" : "sending/sending",
  600. "style" :
  601. {
  602. "navigationBarTitleText" : ""
  603. }
  604. },
  605. {
  606. "path" : "deliverGoods/deliverGoods",
  607. "style" :
  608. {
  609. "navigationBarTitleText" : ""
  610. }
  611. },
  612. {
  613. "path" : "evaluate/evaluate",
  614. "style" :
  615. {
  616. "navigationBarTitleText" : ""
  617. }
  618. },
  619. {
  620. "path" : "homepage/homepage",
  621. "style" :
  622. {
  623. "navigationBarTitleText" : ""
  624. }
  625. },
  626. {
  627. "path" : "ensureRecharge/ensureRecharge",
  628. "style" :
  629. {
  630. "navigationBarTitleText" : ""
  631. }
  632. },
  633. {
  634. "path" : "orderDetail/orderDetail",
  635. "style" :
  636. {
  637. "navigationBarTitleText" : ""
  638. }
  639. },
  640. {
  641. "path" : "resultFeedback/resultFeedback",
  642. "style" :
  643. {
  644. "navigationBarTitleText" : ""
  645. }
  646. },
  647. {
  648. "path" : "userAgreement/userAgreement",
  649. "style" :
  650. {
  651. "navigationBarTitleText" : ""
  652. }
  653. },
  654. {
  655. "path" : "joinPlatfrom/joinPlatfrom",
  656. "style" :
  657. {
  658. "navigationBarTitleText" : ""
  659. }
  660. }
  661. ]
  662. }
  663. ],
  664. "globalStyle": {
  665. "navigationBarTextStyle": "black",
  666. "navigationBarTitleText": "跨境电商",
  667. "navigationBarBackgroundColor": "#fff",
  668. "backgroundColor": "#222"
  669. },
  670. "uniIdRouter": {},
  671. "tabBar": {
  672. "color": "#222",
  673. "selectedColor": "#F83224",
  674. // "list": [
  675. // {
  676. // "iconPath": "static/express1.png",
  677. // "selectedIconPath": "static/express2.png",
  678. // "text": "跨境速递",
  679. // "pagePath": "pages/express/express"
  680. // },
  681. // {
  682. // "iconPath": "static/index1.png",
  683. // "selectedIconPath": "static/index2.png",
  684. // "text": "商城",
  685. // "pagePath": "pages/index/index"
  686. // },
  687. // {
  688. // "iconPath": "static/shop.png",
  689. // "selectedIconPath": "static/shop.png",
  690. // "text": "购",
  691. // "pagePath": "pages/shopping/shopping"
  692. // },
  693. // {
  694. // "iconPath": "static/cart1.png",
  695. // "selectedIconPath": "static/cart2.png",
  696. // "text": "购物车",
  697. // "pagePath": "pages/cart/cart"
  698. // },
  699. // {
  700. // "iconPath": "static/mine1.png",
  701. // "selectedIconPath": "static/mine2.png",
  702. // "text": "我的",
  703. // "pagePath": "pages/mine/mine"
  704. // }
  705. // ]
  706. "custom": true,
  707. "list": [{
  708. "pagePath": "pages/express/express"
  709. },
  710. {
  711. "pagePath": "pages/index/index"
  712. },
  713. {
  714. "pagePath": "pages/shopping/shopping"
  715. },
  716. {
  717. "pagePath": "pages/cart/cart"
  718. },
  719. {
  720. "pagePath": "pages/mine/mine"
  721. }
  722. ]
  723. }
  724. }