pages.json 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/homePage/homePage",
  5. "style": {
  6. "navigationStyle": "custom"
  7. }
  8. },
  9. {
  10. "path": "pages/index/index",
  11. "style": {
  12. "navigationBarTitleText": "填写爱车信息"
  13. }
  14. },
  15. {
  16. "path": "pages/shop/shopList",
  17. "style": {
  18. "navigationBarTitleText": "4S门店"
  19. }
  20. },
  21. {
  22. "path": "pages/me/me",
  23. "style": {
  24. "navigationBarTitleText": "我的",
  25. "navigationBarBackgroundColor": "#FFEDEA"
  26. }
  27. },
  28. {
  29. "path": "pages/login/login",
  30. "style": {
  31. "navigationStyle": "custom"
  32. }
  33. },
  34. {
  35. "path": "pages/login/empower",
  36. "style": {
  37. "navigationBarTitleText": "车蓝图养车"
  38. }
  39. },
  40. {
  41. "path": "pages/login/iphoneLogin",
  42. "style": {
  43. "navigationBarTitleText": "",
  44. "navigationBarBackgroundColor": "#FFFFFF"
  45. }
  46. },
  47. {
  48. "path": "pages/module/maintain",
  49. "style": {
  50. "navigationBarTitleText": "保养方案",
  51. "navigationBarBackgroundColor": "#FF4F00",
  52. "navigationBarTextStyle": "white"
  53. }
  54. },
  55. {
  56. "path": "pages/module/replaceGoods",
  57. "style": {
  58. "navigationBarTitleText": "可更换商品"
  59. }
  60. },
  61. {
  62. "path": "pages/module/confirmOrder",
  63. "style": {
  64. "navigationBarTitleText": "订单确认"
  65. }
  66. },
  67. {
  68. "path": "pages/module/orderShop",
  69. "style": {
  70. "navigationBarTitleText": "选择门店"
  71. }
  72. }, {
  73. "path": "pages/index/addCar",
  74. "style": {
  75. "navigationBarTitleText": "添加爱车",
  76. "enablePullDownRefresh": false
  77. }
  78. },
  79. {
  80. "path": "pages/index/cailist",
  81. "style": {
  82. "navigationBarTitleText": "我的车库",
  83. "navigationBarBackgroundColor": "#FFFFFF"
  84. }
  85. },
  86. {
  87. "path": "pages/index/carModel",
  88. "style": {
  89. "navigationStyle": "custom"
  90. }
  91. },
  92. {
  93. "path": "pages/me/setup",
  94. "style": {
  95. "navigationBarTitleText": "账号设置",
  96. "navigationBarBackgroundColor": "#FFFFFF"
  97. }
  98. },
  99. {
  100. "path": "pages/iPhone/phoneList",
  101. "style": {
  102. "navigationBarTitleText": "联系人管理"
  103. }
  104. },
  105. {
  106. "path": "pages/iPhone/addphone",
  107. "style": {
  108. "navigationBarTitleText": "新增联系人"
  109. }
  110. },
  111. {
  112. "path": "pages/me/treaty",
  113. "style": {
  114. "navigationBarTitleText": "服务协议",
  115. "enablePullDownRefresh": false
  116. }
  117. }, {
  118. "path": "pages/me/intimity",
  119. "style": {
  120. "navigationBarTitleText": "隐私政策",
  121. "enablePullDownRefresh": false
  122. }
  123. },
  124. {
  125. "path": "pages/order/myorder",
  126. "style": {
  127. "navigationBarTitleText": "我的订单",
  128. "navigationBarBackgroundColor": "#FFFFFF",
  129. "enablePullDownRefresh": true
  130. }
  131. },
  132. {
  133. "path": "pages/order/orderDetail",
  134. "style": {
  135. "navigationStyle": "custom",
  136. "enablePullDownRefresh": true
  137. }
  138. },
  139. {
  140. "path": "pages/order/evaluate",
  141. "style": {
  142. "navigationBarTitleText": "评价"
  143. }
  144. },
  145. {
  146. "path": "pages/me/discountCard",
  147. "style": {
  148. "navigationBarTitleText": "优惠券",
  149. "enablePullDownRefresh": true,
  150. "navigationBarBackgroundColor": "#FFFFFF"
  151. }
  152. }, {
  153. "path": "pages/me/discountDetail",
  154. "style": {
  155. "navigationBarTitleText": "优惠券详情",
  156. "navigationBarBackgroundColor": "#BE573F"
  157. }
  158. }, {
  159. "path": "pages/me/myAppraise",
  160. "style": {
  161. "navigationBarTitleText": "我的评价",
  162. "navigationBarBackgroundColor": "#FFFFFF",
  163. "enablePullDownRefresh": true
  164. }
  165. }, {
  166. "path": "pages/me/myAppraiseDetail",
  167. "style": {
  168. "navigationBarTitleText": "查看评价",
  169. "navigationBarBackgroundColor": "#FFFFFF"
  170. }
  171. }, {
  172. "path": "pages/me/feedBack",
  173. "style": {
  174. "navigationBarTitleText": "意见反馈",
  175. "navigationBarBackgroundColor": "#FFFFFF",
  176. "enablePullDownRefresh": false
  177. }
  178. },
  179. {
  180. "path": "pages/shop/shopDetail",
  181. "style": {
  182. "navigationBarTitleText": "门店详情",
  183. "navigationBarBackgroundColor": "#FFFFFF"
  184. }
  185. }, {
  186. "path": "pages/changeStore/changeStore",
  187. "style": {
  188. "navigationBarTitleText": "申请更换门店",
  189. "enablePullDownRefresh": false
  190. }
  191. }, {
  192. "path": "pages/refundMoney/refundMoney",
  193. "style": {
  194. "navigationBarTitleText": "申请退款",
  195. "enablePullDownRefresh": false
  196. }
  197. }, {
  198. "path": "pages/refundMoney/refundMoneyList",
  199. "style": {
  200. "navigationBarTitleText": "退款申请",
  201. "enablePullDownRefresh": true
  202. }
  203. }, {
  204. "path": "pages/refundMoney/refundMoneyDetail",
  205. "style": {
  206. "navigationBarTitleText": "退款详情",
  207. "enablePullDownRefresh": true
  208. }
  209. }, {
  210. "path": "pages/changeStore/changeStoreList",
  211. "style": {
  212. "navigationBarTitleText": "更换门店申请",
  213. "enablePullDownRefresh": true
  214. }
  215. }, {
  216. "path": "pages/changeStore/changeStoreDetail",
  217. "style": {
  218. "navigationBarTitleText": "更换门店详情",
  219. "enablePullDownRefresh": true
  220. }
  221. }, {
  222. "path": "pages/refundMoney/refundSchedule",
  223. "style": {
  224. "navigationBarTitleText": "进度详情",
  225. "enablePullDownRefresh": false
  226. }
  227. }, {
  228. "path": "pages/changeStore/changeSchedule",
  229. "style": {
  230. "navigationBarTitleText": "进度详情",
  231. "enablePullDownRefresh": false
  232. }
  233. }, {
  234. "path": "pages/module/usableDiscountCard",
  235. "style": {
  236. "navigationBarTitleText": "优惠券",
  237. "enablePullDownRefresh": true
  238. }
  239. },
  240. {
  241. "path": "pages/shop/shopAppraise",
  242. "style": {
  243. "navigationBarTitleText": "门店评价",
  244. "enablePullDownRefresh": true
  245. }
  246. }
  247. , {
  248. "path": "pages/chooseCity/chooseCity",
  249. "style": {
  250. "navigationBarTitleText": "选择城市",
  251. "enablePullDownRefresh": false
  252. }
  253. },
  254. {
  255. "path": "pages/module/handbook",
  256. "style": {
  257. "navigationBarTitleText": "保养手册",
  258. "enablePullDownRefresh": false
  259. }
  260. }, {
  261. "path": "pages/me/aboutMe",
  262. "style": {
  263. "navigationBarTitleText": "关于我们",
  264. "enablePullDownRefresh": false
  265. }
  266. },
  267. {
  268. "path": "pages/module/goodsDetail",
  269. "style": {
  270. "navigationBarTitleText": "商品详情",
  271. "enablePullDownRefresh": false
  272. }
  273. }
  274. ,{
  275. "path" : "pages/homePage/allDiscountCard",
  276. "style" :
  277. {
  278. "navigationBarTitleText": "优惠券",
  279. "enablePullDownRefresh": true
  280. }
  281. }
  282. ,{
  283. "path" : "pages/homePage/allCardDetail",
  284. "style" :
  285. {
  286. "navigationBarTitleText": "优惠券详情",
  287. "enablePullDownRefresh": false
  288. }
  289. }
  290. ],
  291. "tabBar": {
  292. "color": "#8a8a8a",
  293. "selectedColor": "#FF4F00",
  294. "borderStyle": "black",
  295. "backgroundColor": "#ffffff",
  296. "list": [{
  297. "pagePath": "pages/homePage/homePage",
  298. "iconPath": "static/img/table_icon_homepage1.png",
  299. "selectedIconPath": "static/img/table_icon_homepage2.png",
  300. "text": "首页"
  301. },
  302. {
  303. "pagePath": "pages/index/index",
  304. "iconPath": "static/img/tablehome1.png",
  305. "selectedIconPath": "static/img/tablehome2.png",
  306. "text": "4S保养"
  307. },
  308. {
  309. "pagePath": "pages/shop/shopList",
  310. "iconPath": "static/img/tabshop1.png",
  311. "selectedIconPath": "static/img/tabshop2.png",
  312. "text": "4S门店"
  313. },
  314. {
  315. "pagePath": "pages/me/me",
  316. "iconPath": "static/img/tabme1.png",
  317. "selectedIconPath": "static/img/tabme2.png",
  318. "text": "我的"
  319. }
  320. ]
  321. },
  322. "globalStyle": {
  323. "navigationBarTextStyle": "black",
  324. "navigationBarTitleText": "uni-app",
  325. "navigationBarBackgroundColor": "#F8F8F8",
  326. "backgroundColor": "#F8F8F8"
  327. }
  328. }