app.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/mine/mine",
  5. "pages/express/express",
  6. "pages/shopping/shopping",
  7. "pages/cart/cart",
  8. "pages/login/login"
  9. ],
  10. "subPackages": [
  11. {
  12. "root": "pageA",
  13. "pages": [
  14. "index",
  15. "productdetails",
  16. "order",
  17. "balance",
  18. "counter",
  19. "logisticsinfo",
  20. "subsidy",
  21. "chat/chat",
  22. "chat/news",
  23. "service/service",
  24. "payorder",
  25. "confirm",
  26. "shoptype",
  27. "shoplist",
  28. "rule/rule"
  29. ]
  30. },
  31. {
  32. "root": "pageB",
  33. "pages": [
  34. "index",
  35. "parcel",
  36. "delivery",
  37. "goods",
  38. "Senderinfor",
  39. "recipientinfo",
  40. "citychange",
  41. "list/list",
  42. "ParcelExpress",
  43. "account",
  44. "myPackage",
  45. "end",
  46. "expresstype",
  47. "orderinfo",
  48. "search"
  49. ]
  50. },
  51. {
  52. "root": "pageC",
  53. "pages": [
  54. "index",
  55. "accountBalance/accountBalance",
  56. "balanceDetail/balanceDetail",
  57. "recharge/recharge",
  58. "withdrawal/withdrawal",
  59. "withdrawalDetail/withdrawalDetail",
  60. "ensureMoney/ensureMoney",
  61. "ensureExplain/ensureExplain",
  62. "mineFollow/mineFollow",
  63. "accountSetup/accountSetup",
  64. "switchLanguage/switchLanguage",
  65. "personalInformation/personalInformation",
  66. "editName/editName",
  67. "addressManagement/addressManagement",
  68. "addEditAddress/addEditAddress",
  69. "orderForm/orderForm",
  70. "internationalAddress/internationalAddress",
  71. "accountSecurity/accountSecurity",
  72. "accountCancellation/accountCancellation",
  73. "privacyPolicy/privacyPolicy",
  74. "orderFormDetail/orderFormDetail",
  75. "myPackage/myPackage",
  76. "applicationRefund/applicationRefund",
  77. "refundDetail/refundDetail"
  78. ]
  79. },
  80. {
  81. "root": "pageD",
  82. "pages": [
  83. "index",
  84. "supplyChainGoods/supplyChainGoods",
  85. "productDetails/productDetails",
  86. "commodityManage/commodityManage",
  87. "platformProducts/platformProducts",
  88. "settleIn/settleIn",
  89. "orderFormManage/orderFormManage",
  90. "orderInformation/orderInformation",
  91. "logisticsProgress/logisticsProgress",
  92. "paymentOrder/paymentOrder",
  93. "afterSalesManage/afterSalesManage",
  94. "afterSalesDetail/afterSalesDetail"
  95. ]
  96. }
  97. ],
  98. "window": {
  99. "navigationBarTextStyle": "black",
  100. "navigationBarTitleText": "跨境电商",
  101. "navigationBarBackgroundColor": "#fff",
  102. "backgroundColor": "#222"
  103. },
  104. "tabBar": {
  105. "color": "#222",
  106. "selectedColor": "#F83224",
  107. "custom": true,
  108. "list": [
  109. {
  110. "pagePath": "pages/express/express"
  111. },
  112. {
  113. "pagePath": "pages/index/index"
  114. },
  115. {
  116. "pagePath": "pages/shopping/shopping"
  117. },
  118. {
  119. "pagePath": "pages/cart/cart"
  120. },
  121. {
  122. "pagePath": "pages/mine/mine"
  123. }
  124. ]
  125. },
  126. "usingComponents": {}
  127. }