铝交易,微信公众号
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.

120 lines
1.9 KiB

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
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. "path": "order/orderDetail"
  43. },
  44. {
  45. "path": "auth/selectionIdentity"
  46. },
  47. {
  48. "path": "auth/registerShop"
  49. },
  50. {
  51. "path": "auth/customsClearApply"
  52. },
  53. {
  54. "path": "tradingPlatform/nowOrder"
  55. },
  56. {
  57. "path": "tradingPlatform/confirmOrder"
  58. },
  59. {
  60. "path": "tradingPlatform/confirmOrder"
  61. },
  62. {
  63. "path": "center/systemSet"
  64. },
  65. {
  66. "path": "center/helpFeedback"
  67. },
  68. {
  69. "path": "order/pendingOrder"
  70. },
  71. {
  72. "path": "order/backOrder"
  73. },
  74. {
  75. "path": "order/orderDetail2"
  76. },
  77. {
  78. "path": "order/offerOrBillLading"
  79. },
  80. {
  81. "path": "mine/purse"
  82. },
  83. {
  84. "path": "center/addressListManage"
  85. },
  86. {
  87. "path": "mine/runningWater"
  88. },
  89. {
  90. "path": "mine/address"
  91. },
  92. {
  93. "path": "product/productDetail"
  94. },
  95. {
  96. "path": "order/refundsOrExchange"
  97. },
  98. {
  99. "path": "auth/wxLogin"
  100. },
  101. {
  102. "path": "auth/wxUserInfo"
  103. },
  104. {
  105. "path": "auth/loginAndRegisterAndForgetPassword"
  106. },
  107. {
  108. "path": "mine/help"
  109. }
  110. ]
  111. }],
  112. "globalStyle": {
  113. "navigationBarTextStyle": "black",
  114. "navigationBarTitleText": "铝交易",
  115. "navigationBarBackgroundColor": "#F8F8F8",
  116. "backgroundColor": "#F8F8F8",
  117. "navigationStyle": "custom"
  118. },
  119. "uniIdRouter": {}
  120. }