.env.development 1002 B

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