app.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/map/map",
  5. "pages/my/my",
  6. "pages/site/site",
  7. "pages/site-more/site-more",
  8. "pages/charging/charging",
  9. "pages/order-detail/order-detail",
  10. "pages/terminal/terminal",
  11. "pages/coupon-buy/coupon-buy",
  12. "pages/login/login",
  13. "pages/recharge-log/recharge-log",
  14. "pages/feedback/feedback",
  15. "pages/order/order",
  16. "pages/search/search",
  17. "pages/Invite-staff/Invite-staff",
  18. "pages/web/web",
  19. "pages/feedback-reply/feedback-reply"
  20. ],
  21. "subPackages": [],
  22. "window": {
  23. "navigationBarTextStyle": "black",
  24. "navigationBarTitleText": "中数电动",
  25. "navigationBarBackgroundColor": "#C7FFFD",
  26. "backgroundColor": "#C7FFFD",
  27. "navigationStyle": "custom"
  28. },
  29. "permission": {
  30. "scope.userFuzzyLocation": {
  31. "desc": "提供周边线下服务商"
  32. },
  33. "scope.userLocation": {
  34. "desc": "提供周边线下服务商"
  35. }
  36. },
  37. "requiredPrivateInfos": [
  38. "getLocation"
  39. ],
  40. "lazyCodeLoading": "requiredComponents",
  41. "usingComponents": {}
  42. }