pages.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  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/login",
  11. "style": {
  12. "navigationStyle": "custom"
  13. }
  14. }, {
  15. "path": "pages/indexRouter",
  16. "style": {
  17. "navigationStyle": "custom"
  18. }
  19. }, {
  20. "path": "pages/home/index",
  21. "style": {
  22. "navigationBarTitleText": "",
  23. "enablePullDownRefresh": false,
  24. "navigationBarBackgroundColor": "#FFFFFF",
  25. "app-plus": {
  26. "titleNView": false
  27. }
  28. }
  29. },
  30. {
  31. "path": "pages/index/codeTracing",
  32. "style": {
  33. "navigationStyle": "custom"
  34. }
  35. },
  36. {
  37. "path": "pages/home/selectStore",
  38. "style": {
  39. "navigationStyle": "custom"
  40. }
  41. },
  42. {
  43. "path": "pages/information/index",
  44. "style": {
  45. "navigationStyle": "custom"
  46. }
  47. },
  48. {
  49. "path": "pages/information/cylinder",
  50. "style": {
  51. "navigationStyle": "custom"
  52. }
  53. },
  54. {
  55. "path": "pages/information/transfer",
  56. "style": {
  57. "navigationStyle": "custom"
  58. }
  59. },
  60. {
  61. "path": "pages/information/transferRecord",
  62. "style": {
  63. "navigationStyle": "custom"
  64. }
  65. },
  66. {
  67. "path": "pages/order/index",
  68. "style": {
  69. "navigationBarTitleText": "订单",
  70. "enablePullDownRefresh": false
  71. }
  72. },
  73. {
  74. "path": "pages/mine/index",
  75. "style": {
  76. "navigationBarTitleText": "个人中心",
  77. "enablePullDownRefresh": false,
  78. "navigationBarBackgroundColor": "#FFFFFF"
  79. }
  80. },
  81. {
  82. "path": "pages/mine/personal",
  83. "style": {
  84. "navigationStyle": "custom"
  85. }
  86. },
  87. {
  88. "path": "pages/mine/erweima",
  89. "style": {
  90. "navigationStyle": "custom"
  91. }
  92. },
  93. {
  94. "path": "pages/mine/system",
  95. "style": {
  96. "navigationStyle": "custom"
  97. }
  98. },
  99. {
  100. "path": "pages/order/orderDetails",
  101. "style": {
  102. "navigationStyle": "custom" // 隐藏系统导航栏
  103. }
  104. },
  105. {
  106. "path": "pages/order/securityCheck",
  107. "style": {
  108. "navigationStyle": "custom"
  109. }
  110. },
  111. {
  112. "path": "pages/order/delivery",
  113. "style": {
  114. "navigationStyle": "custom"
  115. }
  116. },
  117. {
  118. "path": "pages/order/quickMark",
  119. "style": {
  120. "navigationStyle": "custom"
  121. }
  122. },
  123. {
  124. "path": "pages/order/completionTasks",
  125. "style": {
  126. "navigationStyle": "custom"
  127. }
  128. },
  129. {
  130. "path": "pages/order/signatureBoard",
  131. "style": {
  132. "navigationStyle": "custom"
  133. }
  134. },
  135. {
  136. "path": "pages/order/cylinderTransfer",
  137. "style": {
  138. "navigationStyle": "custom"
  139. }
  140. },
  141. {
  142. "path": "pages/order/cannibalize",
  143. "style": {
  144. "navigationStyle": "custom"
  145. }
  146. }
  147. ],
  148. "globalStyle": {
  149. "navigationBarTextStyle": "black",
  150. "navigationBarTitleText": "气瓶安全追溯",
  151. "navigationBarBackgroundColor": "#F8F8F8",
  152. "backgroundColor": "#F8F8F8",
  153. "navigationStyle": "default"
  154. },
  155. "tabBar": {
  156. "color": "#6c6c6c",
  157. "selectedColor": "#1177FF",
  158. "borderStyle": "black",
  159. "backgroundColor": "#ffffff",
  160. "list": [{
  161. "pagePath": "pages/home/index",
  162. "iconPath": "static/tab/sy.png",
  163. "selectedIconPath": "static/tab/sy_s.png",
  164. "text": "首页"
  165. },
  166. {
  167. "pagePath": "pages/order/index",
  168. "iconPath": "static/tab/dd.png",
  169. "selectedIconPath": "static/tab/dd_s.png",
  170. "text": "订单"
  171. },
  172. {
  173. "pagePath": "pages/information/index",
  174. "iconPath": "static/tab/xx.png",
  175. "selectedIconPath": "static/tab/xx_s.png",
  176. "text": "消息"
  177. },
  178. {
  179. "pagePath": "pages/mine/index",
  180. "iconPath": "static/tab/wd.png",
  181. "selectedIconPath": "static/tab/wd_s.png",
  182. "text": "我的"
  183. }
  184. ]
  185. }
  186. }