pages.json 14 KB

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