app.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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. ],
  32. "subPackages": [],
  33. "window": {
  34. "navigationBarTextStyle": "black",
  35. "navigationBarTitleText": "uni-app",
  36. "navigationBarBackgroundColor": "#F8F8F8",
  37. "backgroundColor": "#F8F8F8"
  38. },
  39. "tabBar": {
  40. "color": "#8a8a8a",
  41. "selectedColor": "#FF4F00",
  42. "borderStyle": "black",
  43. "backgroundColor": "#ffffff",
  44. "list": [
  45. {
  46. "pagePath": "pages/index/index",
  47. "iconPath": "static/img/tabme1.png",
  48. "selectedIconPath": "static/img/tabme2.png",
  49. "text": "4S保养"
  50. },
  51. {
  52. "pagePath": "pages/shop/shopList",
  53. "iconPath": "static/img/tabshop1.png",
  54. "selectedIconPath": "static/img/tabshop2.png",
  55. "text": "4S门店"
  56. },
  57. {
  58. "pagePath": "pages/me/me",
  59. "iconPath": "static/img/tabme1.png",
  60. "selectedIconPath": "static/img/tabme2.png",
  61. "text": "我的"
  62. }
  63. ]
  64. },
  65. "permission": {
  66. "scope.userLocation": {
  67. "desc": "获取定位"
  68. }
  69. },
  70. "usingComponents": {},
  71. "sitemapLocation": "sitemap.json"
  72. }