pages.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  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/information/flowStep",
  68. "style": {
  69. "navigationStyle": "custom"
  70. }
  71. },
  72. {
  73. "path": "pages/information/storePersonnel",
  74. "style": {
  75. "navigationStyle": "custom"
  76. }
  77. },
  78. {
  79. "path": "pages/information/recipient",
  80. "style": {
  81. "navigationStyle": "custom"
  82. }
  83. },
  84. {
  85. "path": "pages/information/transferDetails",
  86. "style": {
  87. "navigationStyle": "custom"
  88. }
  89. },
  90. {
  91. "path": "pages/order/index",
  92. "style": {
  93. "navigationBarTitleText": "订单",
  94. "enablePullDownRefresh": false
  95. }
  96. },
  97. {
  98. "path": "pages/mine/index",
  99. "style": {
  100. "navigationBarTitleText": "个人中心",
  101. "enablePullDownRefresh": false,
  102. "navigationBarBackgroundColor": "#FFFFFF"
  103. }
  104. },
  105. {
  106. "path": "pages/mine/personal",
  107. "style": {
  108. "navigationStyle": "custom"
  109. }
  110. },
  111. {
  112. "path": "pages/mine/erweima",
  113. "style": {
  114. "navigationStyle": "custom"
  115. }
  116. },
  117. {
  118. "path": "pages/mine/system",
  119. "style": {
  120. "navigationStyle": "custom"
  121. }
  122. },
  123. {
  124. "path": "pages/order/orderDetails",
  125. "style": {
  126. "navigationStyle": "custom" // 隐藏系统导航栏
  127. }
  128. },
  129. {
  130. "path": "pages/order/securityCheck",
  131. "style": {
  132. "navigationStyle": "custom"
  133. }
  134. },
  135. {
  136. "path": "pages/order/delivery",
  137. "style": {
  138. "navigationStyle": "custom"
  139. }
  140. },
  141. {
  142. "path": "pages/order/quickMark",
  143. "style": {
  144. "navigationStyle": "custom"
  145. }
  146. },
  147. {
  148. "path": "pages/order/completionTasks",
  149. "style": {
  150. "navigationStyle": "custom"
  151. }
  152. },
  153. {
  154. "path": "pages/order/signatureBoard",
  155. "style": {
  156. "navigationStyle": "custom"
  157. }
  158. },
  159. {
  160. "path": "pages/order/cylinderTransfer",
  161. "style": {
  162. "navigationStyle": "custom"
  163. }
  164. },
  165. {
  166. "path": "pages/order/cannibalize",
  167. "style": {
  168. "navigationStyle": "custom"
  169. }
  170. }
  171. ],
  172. "globalStyle": {
  173. "navigationBarTextStyle": "black",
  174. "navigationBarTitleText": "气瓶安全追溯",
  175. "navigationBarBackgroundColor": "#F8F8F8",
  176. "backgroundColor": "#F8F8F8",
  177. "navigationStyle": "default"
  178. },
  179. "tabBar": {
  180. "color": "#6c6c6c",
  181. "selectedColor": "#1177FF",
  182. "borderStyle": "black",
  183. "backgroundColor": "#ffffff",
  184. "list": [{
  185. "pagePath": "pages/home/index",
  186. "iconPath": "static/tab/sy.png",
  187. "selectedIconPath": "static/tab/sy_s.png",
  188. "text": "首页"
  189. },
  190. {
  191. "pagePath": "pages/order/index",
  192. "iconPath": "static/tab/dd.png",
  193. "selectedIconPath": "static/tab/dd_s.png",
  194. "text": "订单"
  195. },
  196. {
  197. "pagePath": "pages/information/index",
  198. "iconPath": "static/tab/xx.png",
  199. "selectedIconPath": "static/tab/xx_s.png",
  200. "text": "消息"
  201. },
  202. {
  203. "pagePath": "pages/mine/index",
  204. "iconPath": "static/tab/wd.png",
  205. "selectedIconPath": "static/tab/wd_s.png",
  206. "text": "我的"
  207. }
  208. ]
  209. }
  210. }