pages.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. {
  2. "easycom": {
  3. "autoscan": true, //是否自动扫描组件
  4. "custom": {
  5. "^x-(.*)": "@/components/x-$1.vue", // 匹配components目录内的vue文件
  6. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  7. }
  8. },
  9. "pages": [{
  10. "path": "pages/homePage",
  11. "style": {
  12. "navigationStyle": "custom"
  13. }
  14. }, {
  15. "path": "pages/indexRouter",
  16. "style": {
  17. "navigationStyle": "custom"
  18. }
  19. }, {
  20. "path": "pages/login",
  21. "style": {
  22. "navigationStyle": "custom"
  23. }
  24. }, {
  25. "path": "pages/codeLogin",
  26. "style": {
  27. "navigationStyle": "custom"
  28. }
  29. }, {
  30. "path": "pages/register",
  31. "style": {
  32. "navigationStyle": "custom"
  33. }
  34. }, {
  35. "path": "pages/home/particulars",
  36. "style": {
  37. "navigationStyle": "custom"
  38. }
  39. }, {
  40. "path": "pages/home/IceManagement",
  41. "style": {
  42. "navigationStyle": "custom"
  43. }
  44. }, {
  45. "path": "pages/order/index",
  46. "style": {
  47. "navigationStyle": "custom"
  48. }
  49. }, {
  50. "path": "pages/order/delivery",
  51. "style": {
  52. "navigationStyle": "custom"
  53. }
  54. }, {
  55. "path": "pages/order/orderDetails",
  56. "style": {
  57. "navigationStyle": "custom"
  58. }
  59. }, {
  60. "path": "pages/order/quantum",
  61. "style": {
  62. "navigationStyle": "custom"
  63. }
  64. }, {
  65. "path": "pages/order/addWaybill",
  66. "style": {
  67. "navigationStyle": "custom"
  68. }
  69. }, {
  70. "path": "pages/order/addressBook",
  71. "style": {
  72. "navigationStyle": "custom"
  73. }
  74. }, {
  75. "path": "pages/order/addAddress",
  76. "style": {
  77. "navigationStyle": "custom"
  78. }
  79. }, {
  80. "path": "pages/order/Incubator",
  81. "style": {
  82. "navigationStyle": "custom"
  83. }
  84. }, {
  85. "path": "pages/order/signatureBoard",
  86. "style": {
  87. "navigationStyle": "custom"
  88. }
  89. }, {
  90. "path": "pages/mine/password",
  91. "style": {
  92. "navigationStyle": "custom"
  93. }
  94. }, {
  95. "path": "pages/order/logisticsDetails",
  96. "style": {}
  97. }, {
  98. "path": "pages/order/humiture",
  99. "style": {
  100. "navigationStyle": "custom"
  101. }
  102. }, {
  103. "path": "pages/order/orderSearch",
  104. "style": {
  105. "navigationStyle": "custom"
  106. }
  107. }, {
  108. "path": "pages/order/dispatching",
  109. "style": {
  110. "navigationStyle": "custom"
  111. }
  112. }, {
  113. "path": "pages/order/iceRaft",
  114. "style": {
  115. "navigationStyle": "custom"
  116. }
  117. }, {
  118. "path": "pages/order/iceCold",
  119. "style": {
  120. "navigationStyle": "custom"
  121. }
  122. }, {
  123. "path": "pages/order/freezer",
  124. "style": {
  125. "navigationStyle": "custom"
  126. }
  127. }, {
  128. "path": "pages/order/addIceRaft",
  129. "style": {
  130. "navigationStyle": "custom"
  131. }
  132. }],
  133. "globalStyle": {
  134. "navigationBarTextStyle": "black",
  135. "navigationBarTitleText": "uni-app",
  136. "navigationBarBackgroundColor": "#F8F8F8",
  137. "backgroundColor": "#F8F8F8"
  138. },
  139. "uniIdRouter": {}
  140. }