pages.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. {
  2. "globalStyle": {
  3. "navigationStyle": "default",
  4. "navigationBarBackgroundColor": "#f8f8f8",
  5. "navigationBarTextStyle": "black",
  6. "backgroundColor": "#FFFFFF",
  7. "enablePullDownRefresh": false,
  8. "onReachBottomDistance": 50
  9. },
  10. "easycom": {
  11. "autoscan": true,
  12. "custom": {
  13. "^wd-(.*)": "wot-design-uni/components/wd-$1/wd-$1.vue",
  14. "^(?!z-paging-refresh|z-paging-load-more)z-paging(.*)": "z-paging/components/z-paging$1/z-paging$1.vue",
  15. "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue",
  16. "^ay-(.*)": "@/components/$1/index.vue",
  17. "^ayb-(.*)": "@/components/business/$1"
  18. }
  19. },
  20. "pages": [
  21. {
  22. "path": "pages/index/index",
  23. "type": "home",
  24. "style": {
  25. "enablePullDownRefresh": false,
  26. "navigationStyle": "custom"
  27. }
  28. },
  29. {
  30. "path": "pages/account/index",
  31. "type": "page"
  32. },
  33. {
  34. "path": "pages/activity/2025start",
  35. "type": "page"
  36. },
  37. {
  38. "path": "pages/cards/detail",
  39. "type": "page"
  40. },
  41. {
  42. "path": "pages/cards/index",
  43. "type": "page"
  44. },
  45. {
  46. "path": "pages/login/index",
  47. "type": "page",
  48. "style": {
  49. "navigationStyle": "custom"
  50. }
  51. },
  52. {
  53. "path": "pages/order/createOrder",
  54. "type": "page"
  55. },
  56. {
  57. "path": "pages/order/index",
  58. "type": "page",
  59. "style": {
  60. "enablePullDownRefresh": true
  61. }
  62. },
  63. {
  64. "path": "pages/order/orderDetail",
  65. "type": "page",
  66. "style": {
  67. "navigationStyle": "custom"
  68. }
  69. },
  70. {
  71. "path": "pages/order/prePay",
  72. "type": "page",
  73. "style": {
  74. "navigationStyle": "custom"
  75. }
  76. },
  77. {
  78. "path": "pages/org/index",
  79. "type": "page"
  80. },
  81. {
  82. "path": "pages/personCenter/index",
  83. "type": "page"
  84. },
  85. {
  86. "path": "pages/personCenter/mobile",
  87. "type": "page"
  88. },
  89. {
  90. "path": "pages/personCenter/password",
  91. "type": "page"
  92. },
  93. {
  94. "path": "pages/personCenter/userIdCard",
  95. "type": "page"
  96. },
  97. {
  98. "path": "pages/station/detail",
  99. "type": "page"
  100. },
  101. {
  102. "path": "pages/truckInfo/detail",
  103. "type": "page"
  104. },
  105. {
  106. "path": "pages/truckInfo/index",
  107. "type": "page"
  108. },
  109. {
  110. "path": "pages/webview/index",
  111. "type": "page"
  112. },
  113. {
  114. "path": "pages/webview/login",
  115. "type": "page"
  116. }
  117. ],
  118. "subPackages": []
  119. }