pages.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  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": false,
  61. "navigationStyle": "custom"
  62. }
  63. },
  64. {
  65. "path": "pages/order/indexcopy",
  66. "type": "page"
  67. },
  68. {
  69. "path": "pages/order/orderDetail",
  70. "type": "page",
  71. "style": {
  72. "navigationStyle": "custom"
  73. }
  74. },
  75. {
  76. "path": "pages/order/prePay",
  77. "type": "page",
  78. "style": {
  79. "navigationStyle": "custom"
  80. }
  81. },
  82. {
  83. "path": "pages/org/index",
  84. "type": "page"
  85. },
  86. {
  87. "path": "pages/personCenter/index",
  88. "type": "page"
  89. },
  90. {
  91. "path": "pages/personCenter/mobile",
  92. "type": "page"
  93. },
  94. {
  95. "path": "pages/personCenter/password",
  96. "type": "page"
  97. },
  98. {
  99. "path": "pages/personCenter/userIdCard",
  100. "type": "page"
  101. },
  102. {
  103. "path": "pages/station/detail",
  104. "type": "page"
  105. },
  106. {
  107. "path": "pages/truckInfo/detail",
  108. "type": "page"
  109. },
  110. {
  111. "path": "pages/truckInfo/index",
  112. "type": "page"
  113. },
  114. {
  115. "path": "pages/webview/index",
  116. "type": "page"
  117. },
  118. {
  119. "path": "pages/webview/login",
  120. "type": "page"
  121. }
  122. ],
  123. "subPackages": []
  124. }