app.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/ucenter/record",
  5. "pages/ucenter/record_show",
  6. "pages/ucenter/car_show",
  7. "pages/ucenter/index",
  8. "pages/ucenter/car",
  9. "pages/scan/index",
  10. "pages/carinfo/index",
  11. "pages/monitoring/index",
  12. "pages/batteryinfo/index",
  13. "pages/public/login"
  14. ],
  15. "subPackages": [],
  16. "window": {
  17. "navigationBarTextStyle": "black",
  18. "navigationBarTitleText": "uni-app",
  19. "navigationBarBackgroundColor": "#F8F8F8",
  20. "backgroundColor": "#F8F8F8"
  21. },
  22. "tabBar": {
  23. "custom": true,
  24. "color": "#333",
  25. "selectedColor": "#6dc67d",
  26. "list": [
  27. {
  28. "pagePath": "pages/index/index",
  29. "iconPath": "static/tabbar/menu-1.png",
  30. "selectedIconPath": "static/tabbar/menu-1.png",
  31. "text": "首页"
  32. },
  33. {
  34. "pagePath": "pages/ucenter/index",
  35. "iconPath": "static/tabbar/menu-3.png",
  36. "selectedIconPath": "static/tabbar/menu-3.png",
  37. "text": "我的"
  38. }
  39. ]
  40. },
  41. "permission": {
  42. "scope.userLocation": {
  43. "desc": "将获取你的具体位置信息,用于更好的给您提供找换电站服务"
  44. }
  45. },
  46. "requiredPrivateInfos": [
  47. "getLocation",
  48. "chooseLocation"
  49. ],
  50. "usingComponents": {}
  51. }