.env.development 832 B

12345678910111213141516171819202122232425262728
  1. # just a flag
  2. ENV = 'development'
  3. # base api
  4. VUE_APP_BASE_API = 'https://dev1.cloud-seal.com/'
  5. #微信授权调用URL
  6. VUE_APP_WX_PATH = 'https://dev1.cloud-seal.com/life/#/login'
  7. #公众号id 煋象健康
  8. VUE_APP_WX_APP_ID = 'wxbe14c70a4dcb3a0c'
  9. #微信第三方登录类型
  10. VUE_APP_WX_APP_CODE = 'WX_MP_1'
  11. # 患者端 上下文
  12. VUE_APP_API = 'hipo-business'
  13. # vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
  14. # to control whether the babel-plugin-dynamic-import-node plugin is enabled.
  15. # It only does one thing by converting all import() to require().
  16. # This configuration can significantly increase the speed of hot updates,
  17. # when you have a large number of pages.
  18. # Detail: https://github.com/vuejs/vue-cli/blob/dev/packages/@vue/babel-preset-app/index.js
  19. VUE_CLI_BABEL_TRANSPILE_MODULES = true