app.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/shop/shopList",
  5. "pages/me/me",
  6. "pages/login/login",
  7. "pages/login/empower",
  8. "pages/login/iphoneLogin",
  9. "pages/module/maintain",
  10. "pages/module/replaceGoods",
  11. "pages/module/confirmOrder",
  12. "pages/module/orderShop",
  13. "pages/index/addCar",
  14. "pages/index/cailist",
  15. "pages/index/carModel",
  16. "pages/me/setup",
  17. "pages/iPhone/phoneList",
  18. "pages/iPhone/addphone",
  19. "pages/me/treaty",
  20. "pages/me/intimity",
  21. "pages/order/myorder",
  22. "pages/order/orderDetail",
  23. "pages/order/evaluate",
  24. "pages/me/discountCard",
  25. "pages/me/discountDetail",
  26. "pages/me/myAppraise",
  27. "pages/me/myAppraiseDetail",
  28. "pages/me/feedBack",
  29. "pages/shop/ckShop",
  30. "pages/shop/shopDetail",
  31. "pages/changeStore/changeStore",
  32. "pages/refundMoney/refundMoney"
  33. ],
  34. "subPackages": [],
  35. "window": {
  36. "navigationBarTextStyle": "black",
  37. "navigationBarTitleText": "uni-app",
  38. "navigationBarBackgroundColor": "#F8F8F8",
  39. "backgroundColor": "#F8F8F8"
  40. },
  41. "tabBar": {
  42. "color": "#8a8a8a",
  43. "selectedColor": "#FF4F00",
  44. "borderStyle": "black",
  45. "backgroundColor": "#ffffff",
  46. "list": [
  47. {
  48. "pagePath": "pages/index/index",
  49. "iconPath": "static/img/tabme1.png",
  50. "selectedIconPath": "static/img/tabme2.png",
  51. "text": "4S保养"
  52. },
  53. {
  54. "pagePath": "pages/shop/shopList",
  55. "iconPath": "static/img/tabshop1.png",
  56. "selectedIconPath": "static/img/tabshop2.png",
  57. "text": "4S门店"
  58. },
  59. {
  60. "pagePath": "pages/me/me",
  61. "iconPath": "static/img/tabme1.png",
  62. "selectedIconPath": "static/img/tabme2.png",
  63. "text": "我的"
  64. }
  65. ]
  66. },
  67. "permission": {
  68. "scope.userLocation": {
  69. "desc": "获取定位"
  70. }
  71. },
  72. "usingComponents": {},
  73. "sitemapLocation": "sitemap.json"
  74. }