鸿宇研学生前端代码
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.

106 lines
1.8 KiB

3 weeks ago
3 weeks ago
3 weeks ago
3 weeks ago
3 weeks ago
3 weeks ago
3 weeks ago
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": ""
  7. }
  8. },
  9. {
  10. "path": "pages/index/category",
  11. "style": {
  12. "navigationBarTitleText": ""
  13. }
  14. },
  15. {
  16. "path": "pages/index/growing",
  17. "style": {
  18. "navigationBarTitleText": "",
  19. "componentPlaceholder": {
  20. "record-form-popup": "view"
  21. }
  22. }
  23. },
  24. {
  25. "path": "pages/index/center",
  26. "style": {
  27. "navigationBarTitleText": "",
  28. "componentPlaceholder": {
  29. "order-card": "view"
  30. }
  31. }
  32. }
  33. ],
  34. "preloadRule": {
  35. "pages/index/index": {
  36. "network": "all",
  37. "packages": ["pages_order"]
  38. }
  39. },
  40. "subPackages": [{
  41. "root": "pages_order",
  42. "pages": [
  43. {
  44. "path": "auth/wxLogin"
  45. },
  46. {
  47. "path": "auth/wxUserInfo"
  48. },
  49. {
  50. "path": "auth/loginAndRegisterAndForgetPassword"
  51. },
  52. {
  53. "path": "product/search"
  54. },
  55. {
  56. "path": "product/productDetail"
  57. },
  58. {
  59. "path": "order/orderConfirm/index"
  60. },
  61. {
  62. "path": "order/orderPay/index"
  63. },
  64. {
  65. "path": "order/orderDetail/index",
  66. "style": {
  67. "enablePullDownRefresh": true
  68. }
  69. },
  70. {
  71. "path": "order/orderList/index",
  72. "style": {
  73. "enablePullDownRefresh": true
  74. }
  75. },
  76. {
  77. "path": "traveler/travelerList"
  78. },
  79. {
  80. "path": "coupon/index"
  81. },
  82. {
  83. "path": "growing/activity/search"
  84. },
  85. {
  86. "path": "growing/activity/index"
  87. },
  88. {
  89. "path": "growing/activity/applyEmail"
  90. },
  91. {
  92. "path": "growing/achievement/index"
  93. },
  94. {
  95. "path": "member/switch"
  96. }
  97. ]
  98. }],
  99. "globalStyle": {
  100. "navigationBarTextStyle": "black",
  101. "navigationBarTitleText": "鸿宇研学生",
  102. "navigationBarBackgroundColor": "#F8F8F8",
  103. "backgroundColor": "#F8F8F8",
  104. "navigationStyle": "custom"
  105. },
  106. "uniIdRouter": {}
  107. }