app.json 1.6 KB

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