app.json 1.3 KB

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