app.json 1.7 KB

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