app.json 2.0 KB

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