app.json 1.1 KB

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