pages.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  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/cards/detail",
  35. "type": "page"
  36. },
  37. {
  38. "path": "pages/cards/index",
  39. "type": "page"
  40. },
  41. {
  42. "path": "pages/login/index",
  43. "type": "page",
  44. "style": {
  45. "navigationStyle": "custom"
  46. }
  47. },
  48. {
  49. "path": "pages/order/createOrder",
  50. "type": "page"
  51. },
  52. {
  53. "path": "pages/order/index",
  54. "type": "page",
  55. "style": {
  56. "enablePullDownRefresh": false,
  57. "navigationStyle": "custom"
  58. }
  59. },
  60. {
  61. "path": "pages/order/indexcopy",
  62. "type": "page"
  63. },
  64. {
  65. "path": "pages/order/orderDetail",
  66. "type": "page",
  67. "style": {
  68. "navigationStyle": "custom"
  69. }
  70. },
  71. {
  72. "path": "pages/order/prePay",
  73. "type": "page",
  74. "style": {
  75. "navigationStyle": "custom"
  76. }
  77. },
  78. {
  79. "path": "pages/org/index",
  80. "type": "page"
  81. },
  82. {
  83. "path": "pages/personCenter/index",
  84. "type": "page"
  85. },
  86. {
  87. "path": "pages/personCenter/mobile",
  88. "type": "page"
  89. },
  90. {
  91. "path": "pages/personCenter/password",
  92. "type": "page"
  93. },
  94. {
  95. "path": "pages/personCenter/userIdCard",
  96. "type": "page"
  97. },
  98. {
  99. "path": "pages/station/detail",
  100. "type": "page"
  101. },
  102. {
  103. "path": "pages/truckInfo/detail",
  104. "type": "page"
  105. },
  106. {
  107. "path": "pages/truckInfo/index",
  108. "type": "page"
  109. },
  110. {
  111. "path": "pages/webview/index",
  112. "type": "page"
  113. },
  114. {
  115. "path": "pages/webview/login",
  116. "type": "page"
  117. }
  118. ],
  119. "subPackages": []
  120. }