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

82 lines
1.4 KiB

5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months 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/center",
  17. "style": {
  18. "navigationBarTitleText": "",
  19. "componentPlaceholder": {
  20. "order-card": "view"
  21. }
  22. }
  23. }
  24. ],
  25. "preloadRule": {
  26. "pages/index/index": {
  27. "network": "all",
  28. "packages": ["pages_order"]
  29. }
  30. },
  31. "subPackages": [{
  32. "root": "pages_order",
  33. "pages": [
  34. {
  35. "path": "auth/wxLogin"
  36. },
  37. {
  38. "path": "auth/wxUserInfo"
  39. },
  40. {
  41. "path": "auth/loginAndRegisterAndForgetPassword"
  42. },
  43. {
  44. "path": "product/search"
  45. },
  46. {
  47. "path": "product/productDetail"
  48. },
  49. {
  50. "path": "order/orderConfirm/index"
  51. },
  52. {
  53. "path": "order/orderPay/index"
  54. },
  55. {
  56. "path": "order/orderDetail/index",
  57. "style": {
  58. "enablePullDownRefresh": true
  59. }
  60. },
  61. {
  62. "path": "order/orderList/index",
  63. "style": {
  64. "enablePullDownRefresh": true
  65. }
  66. },
  67. {
  68. "path": "traveler/travelerList"
  69. },
  70. {
  71. "path": "coupon/index"
  72. }
  73. ]
  74. }],
  75. "globalStyle": {
  76. "navigationBarTextStyle": "black",
  77. "navigationBarTitleText": "鸿宇研学生",
  78. "navigationBarBackgroundColor": "#F8F8F8",
  79. "backgroundColor": "#F8F8F8",
  80. "navigationStyle": "custom"
  81. },
  82. "uniIdRouter": {}
  83. }