.env.development 974 B

123456789101112131415161718192021222324252627282930
  1. # just a flag
  2. ENV = 'development'
  3. # 未成年人保护的Api
  4. VUE_APP_BASE_API = '/pmgw'
  5. # 助老的Api
  6. VUE_APP_ZL_WSS_ZP ='/prod-api'
  7. VUE_APP_ZL_HEALTH = '/zhylsia'
  8. # 以下的暂时应该没有使用
  9. VUE_APP_MINI_APP_BASE_API = '/miniapp'
  10. VUE_APP_ZL_WSS = '/api'
  11. VUE_APP_ZL_JF='/blade-api'
  12. VUE_APP_ZL_WSS_ZP_BT='/subsidy'
  13. # 高德地图key
  14. VUE_APP_AMAP_KEY = '017ac002b4b1a16ec87b2182b17bbed9'
  15. # 高德地图密钥
  16. VUE_APP_AMAP_SECURITY = '0f17176ade9bdeee2ed7b9990e6423bd'
  17. VUE_APP_ZL_HEALTH='/zhylsia'
  18. # vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
  19. # to control whether the babel-plugin-dynamic-import-node plugin is enabled.
  20. # It only does one thing by converting all import() to require().
  21. # This configuration can significantly increase the speed of hot updates,
  22. # when you have a large number of pages.
  23. # Detail: https://github.com/vuejs/vue-cli/blob/dev/packages/@vue/babel-preset-app/index.js
  24. VUE_CLI_BABEL_TRANSPILE_MODULES = true