pages.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  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/indexRouter",
  11. "style": {
  12. "navigationStyle": "custom"
  13. }
  14. }, {
  15. "path": "pages/login",
  16. "style": {
  17. "navigationStyle": "custom"
  18. }
  19. }, {
  20. "path": "pages/codeLogin",
  21. "style": {
  22. "navigationStyle": "custom"
  23. }
  24. }, {
  25. "path": "pages/register",
  26. "style": {
  27. "navigationStyle": "custom"
  28. }
  29. }, {
  30. "path": "pages/home/index",
  31. "style": {
  32. "navigationBarTitleText": "",
  33. "enablePullDownRefresh": false,
  34. "navigationBarBackgroundColor": "#FFFFFF",
  35. "app-plus": {
  36. "titleNView": false
  37. }
  38. }
  39. },
  40. {
  41. "path": "pages/home/company",
  42. "style": {
  43. "navigationStyle": "custom"
  44. }
  45. },
  46. {
  47. "path": "pages/home/locationArea",
  48. "style": {
  49. "navigationStyle": "custom"
  50. }
  51. },
  52. {
  53. "path": "pages/index/codeTracing",
  54. "style": {
  55. "navigationStyle": "custom"
  56. }
  57. },
  58. {
  59. "path": "pages/order/index",
  60. "style": {
  61. "navigationBarTitleText": "订单"
  62. }
  63. },
  64. {
  65. "path": "pages/order/booking",
  66. "style": {
  67. "navigationStyle": "custom"
  68. }
  69. },
  70. {
  71. "path": "pages/information/index",
  72. "style": {
  73. "navigationBarTitleText": "消息中心",
  74. "enablePullDownRefresh": false
  75. }
  76. },
  77. {
  78. "path": "pages/mine/index",
  79. "style": {
  80. "navigationBarTitleText": "个人中心",
  81. "enablePullDownRefresh": false,
  82. "navigationBarBackgroundColor": "#FFFFFF"
  83. }
  84. },
  85. {
  86. "path": "pages/mine/password",
  87. "style": {
  88. "navigationStyle": "custom"
  89. }
  90. },
  91. {
  92. "path": "pages/mine/personal",
  93. "style": {
  94. "navigationStyle": "custom"
  95. }
  96. },
  97. {
  98. "path": "pages/mine/system",
  99. "style": {
  100. "navigationStyle": "custom"
  101. }
  102. },
  103. {
  104. "path": "pages/mine/address",
  105. "style": {
  106. "navigationStyle": "custom"
  107. }
  108. },
  109. {
  110. "path": "pages/mine/addAddress",
  111. "style": {
  112. "navigationStyle": "custom"
  113. }
  114. },
  115. {
  116. "path": "pages/order/orderDetails",
  117. "style": {
  118. "navigationStyle": "custom" // 隐藏系统导航栏
  119. }
  120. },
  121. {
  122. "path": "pages/order/securityCheck",
  123. "style": {
  124. "navigationStyle": "custom"
  125. }
  126. },
  127. {
  128. "path": "pages/order/delivery",
  129. "style": {
  130. "navigationStyle": "custom"
  131. }
  132. },
  133. {
  134. "path": "pages/order/completionTasks",
  135. "style": {
  136. "navigationStyle": "custom"
  137. }
  138. },
  139. {
  140. "path": "pages/order/signatureBoard",
  141. "style": {
  142. "navigationStyle": "custom"
  143. }
  144. }
  145. ],
  146. "globalStyle": {
  147. "navigationBarTextStyle": "black",
  148. "navigationBarTitleText": "气瓶安全追溯",
  149. "navigationBarBackgroundColor": "#F8F8F8",
  150. "backgroundColor": "#F8F8F8",
  151. "navigationStyle": "default"
  152. },
  153. "uniIdRouter": {}
  154. }