app.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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/web/web",
  18. "pages/feedback-reply/feedback-reply"
  19. ],
  20. "subPackages": [],
  21. "window": {
  22. "navigationBarTextStyle": "black",
  23. "navigationBarTitleText": "中数电动",
  24. "navigationBarBackgroundColor": "#C7FFFD",
  25. "backgroundColor": "#C7FFFD",
  26. "navigationStyle": "custom"
  27. },
  28. "permission": {
  29. "scope.userFuzzyLocation": {
  30. "desc": "提供周边线下服务商"
  31. },
  32. "scope.userLocation": {
  33. "desc": "提供周边线下服务商"
  34. }
  35. },
  36. "requiredPrivateInfos": [
  37. "getLocation"
  38. ],
  39. "lazyCodeLoading": "requiredComponents",
  40. "usingComponents": {}
  41. }