电速宝
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

app.json 2.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/setup/index",
  5. "pages/tool/index",
  6. "pages/equipment/index",
  7. "pages/balance/index",
  8. "pages/details/index"
  9. ],
  10. "requiredBackgroundModes": ["location"],
  11. "requiredPrivateInfos": [
  12. "getLocation",
  13. "onLocationChange",
  14. "startLocationUpdate",
  15. "startLocationUpdateBackground"
  16. ],
  17. "permission": {
  18. "scope.userLocation": {
  19. "desc": "你的位置信息将用于展示轨迹和计算距离"
  20. },
  21. "scope.setClipboardData": {
  22. "desc": "用于复制内容到剪贴板,方便用户分享或使用"
  23. },
  24. "scope.userLocationBackground": {
  25. "desc": "你的位置信息将用于小程序后台定位功能"
  26. },
  27. "scope.phoneNumber": {
  28. "desc": "为了快速完成账号注册与登录,验证您的身份信息,保障账号安全,我们需要获取您的手机号。我们将严格按照隐私政策保护您的信息,不会用于其他用途。"
  29. }
  30. },
  31. "window": {
  32. "navigationBarTextStyle": "black",
  33. "navigationBarTitleText": "电速宝",
  34. "navigationBarBackgroundColor": "#ffffff"
  35. },
  36. "plugins": {
  37. "route-plan": {
  38. "version": "2.0.1",
  39. "provider": "wx50b5593e81dd937a"
  40. }
  41. },
  42. "componentFramework": "glass-easel",
  43. "sitemapLocation": "sitemap.json",
  44. "lazyCodeLoading": "requiredComponents",
  45. "functionalPages": true,
  46. "tabBar": {
  47. "selectedColor": "#00C775",
  48. "list": [
  49. {
  50. "pagePath": "pages/index/index",
  51. "text": "首页",
  52. "iconPath": "static/111.png",
  53. "selectedIconPath": "static/222.png"
  54. },
  55. {
  56. "pagePath": "pages/tool/index",
  57. "text": "工单",
  58. "iconPath": "static/55.png",
  59. "selectedIconPath": "static/66.png"
  60. },
  61. {
  62. "pagePath": "pages/setup/index",
  63. "text": "我的",
  64. "iconPath": "static/7.png",
  65. "selectedIconPath": "static/8.png"
  66. }
  67. ]
  68. },
  69. "subpackages": [
  70. {
  71. "root": "package-user",
  72. "name": "user",
  73. "pages": [
  74. "pages/login/index",
  75. "pages/register/index",
  76. "pages/privacy/index",
  77. "pages/userlist/index",
  78. "pages/captcha/index",
  79. "pages/slide-confirm/index"
  80. ]
  81. },
  82. {
  83. "root": "package-order",
  84. "name": "order",
  85. "pages": [
  86. "pages/createorder/index",
  87. "pages/driver/index",
  88. "pages/address/index",
  89. "pages/newaddress/index",
  90. "pages/mapSelect/index",
  91. "pages/order/index",
  92. "pages/payment/index"
  93. ]
  94. },
  95. {
  96. "root": "package-setup",
  97. "name": "setup",
  98. "pages": [
  99. "pages/setuplevel/index",
  100. "pages/electricity/index"
  101. ]
  102. },
  103. {
  104. "root": "package-map",
  105. "name": "map",
  106. "pages": [
  107. "pages/map/index"
  108. ]
  109. }
  110. ]
  111. }