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