app.json 1.1 KB

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