铝交易,微信公众号
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

121 lines
1.9 KiB

4 months ago
4 months ago
4 months ago
4 months ago
2 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "navigationBarTitleText": ""
  6. }
  7. },
  8. {
  9. "path": "pages/index/tradingPlatform",
  10. "style": {
  11. "navigationBarTitleText": ""
  12. }
  13. },
  14. {
  15. "path": "pages/index/clearanceService",
  16. "style": {
  17. "navigationBarTitleText": ""
  18. }
  19. },
  20. {
  21. "path": "pages/index/order",
  22. "style": {
  23. "navigationBarTitleText": ""
  24. }
  25. },
  26. {
  27. "path": "pages/index/center2",
  28. "style": {
  29. "navigationBarTitleText": ""
  30. }
  31. }
  32. ],
  33. "preloadRule": {
  34. "pages/index/index": {
  35. "network": "all",
  36. "packages": ["pages_order"]
  37. }
  38. },
  39. "subPackages": [{
  40. "root": "pages_order",
  41. "pages": [
  42. {
  43. "path": "auth/selectionIdentity"
  44. },
  45. {
  46. "path": "order/myOrders"
  47. },
  48. {
  49. "path": "order/myOrderDetail"
  50. },
  51. {
  52. "path": "auth/registerShop"
  53. },
  54. {
  55. "path": "auth/customsClearApply"
  56. },
  57. {
  58. "path": "tradingPlatform/nowOrder"
  59. },
  60. {
  61. "path": "tradingPlatform/confirmOrder"
  62. },
  63. {
  64. "path": "tradingPlatform/confirmOrder"
  65. },
  66. {
  67. "path": "center/systemSet"
  68. },
  69. {
  70. "path": "center/helpFeedback"
  71. },
  72. {
  73. "path": "order/pendingOrder"
  74. },
  75. {
  76. "path": "order/backOrder"
  77. },
  78. {
  79. "path": "order/orderDetail2"
  80. },
  81. {
  82. "path": "order/offerOrBillLading"
  83. },
  84. {
  85. "path": "mine/purse"
  86. },
  87. {
  88. "path": "center/addressListManage"
  89. },
  90. {
  91. "path": "mine/runningWater"
  92. },
  93. {
  94. "path": "product/productDetail"
  95. },
  96. {
  97. "path": "order/refundsOrExchange"
  98. },
  99. {
  100. "path": "auth/wxLogin"
  101. },
  102. {
  103. "path": "auth/wxUserInfo"
  104. },
  105. {
  106. "path": "auth/loginAndRegisterAndForgetPassword"
  107. },
  108. {
  109. "path": "mine/help"
  110. }
  111. ]
  112. }],
  113. "globalStyle": {
  114. "navigationBarTextStyle": "black",
  115. "navigationBarTitleText": "铝交易",
  116. "navigationBarBackgroundColor": "#F8F8F8",
  117. "backgroundColor": "#F8F8F8",
  118. "navigationStyle": "custom"
  119. },
  120. "uniIdRouter": {}
  121. }