app.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. "addLicensePlates/addLicensePlates",
  46. "platePage/index"
  47. ],
  48. "name": "other"
  49. }
  50. ],
  51. "window": {
  52. "navigationBarTextStyle": "black",
  53. "navigationBarTitleText": "中数电动",
  54. "navigationBarBackgroundColor": "#C7FFFD",
  55. "backgroundColor": "#C7FFFD",
  56. "navigationStyle": "custom"
  57. },
  58. "permission": {
  59. "scope.userFuzzyLocation": {
  60. "desc": "提供周边线下服务商"
  61. },
  62. "scope.userLocation": {
  63. "desc": "提供周边线下服务商"
  64. }
  65. },
  66. "requiredPrivateInfos": [
  67. "getLocation"
  68. ],
  69. "lazyCodeLoading": "requiredComponents",
  70. "usingComponents": {}
  71. }