pages.json 3.5 KB

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