app.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/map/map",
  5. "pages/my/my",
  6. "pages/login/login"
  7. ],
  8. "subPackages": [
  9. {
  10. "root": "subPackages/charging",
  11. "pages": [
  12. "site/site",
  13. "site-more/site-more",
  14. "charging/charging",
  15. "terminal/terminal",
  16. "new-site/new-site"
  17. ],
  18. "name": "charging"
  19. },
  20. {
  21. "root": "subPackages/order",
  22. "pages": [
  23. "order/order",
  24. "order-detail/order-detail"
  25. ],
  26. "name": "order"
  27. },
  28. {
  29. "root": "subPackages/coupon",
  30. "pages": [
  31. "coupon-buy/coupon-buy",
  32. "coupons/coupons",
  33. "recharge-log/recharge-log"
  34. ],
  35. "name": "coupon"
  36. },
  37. {
  38. "root": "subPackages/other",
  39. "pages": [
  40. "feedback/feedback",
  41. "feedback-reply/feedback-reply",
  42. "search/search",
  43. "web/web",
  44. "banner-page/banner-page"
  45. ],
  46. "name": "other"
  47. }
  48. ],
  49. "window": {
  50. "navigationBarTextStyle": "black",
  51. "navigationBarTitleText": "中数电动",
  52. "navigationBarBackgroundColor": "#C7FFFD",
  53. "backgroundColor": "#C7FFFD",
  54. "navigationStyle": "custom"
  55. },
  56. "permission": {
  57. "scope.userFuzzyLocation": {
  58. "desc": "提供周边线下服务商"
  59. },
  60. "scope.userLocation": {
  61. "desc": "提供周边线下服务商"
  62. }
  63. },
  64. "requiredPrivateInfos": [
  65. "getLocation"
  66. ],
  67. "lazyCodeLoading": "requiredComponents",
  68. "usingComponents": {}
  69. }