pages.json 14 KB

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