.env.production 698 B

123456789101112131415161718192021222324252627282930313233
  1. # just a flag
  2. ENV = 'production'
  3. # base api
  4. #VUE_APP_BASE_API = 'https://dev1.cloud-seal.com/'
  5. VUE_APP_BASE_API = ''
  6. # 登录跳转地址
  7. #VUE_APP_BASE_URL = 'http://slife.bydsfy.com/life'
  8. # base api
  9. VUE_APP_BASE_API = 'https://slife.bydsfy.com/doctorwx/'
  10. #微信授权调用URL
  11. VUE_APP_WX_PATH = 'https://slife.bydsfy.com/doctorwx/#/login2'
  12. VUE_APP_WX_PATH_1 = 'https://slife.bydsfy.com/doctorwx/#/login3'
  13. #公众号id 煋象健康
  14. # VUE_APP_WX_APP_ID = 'wwfb2bc740a8e3ca0c'
  15. #公众号id APPID
  16. VUE_APP_WX_APP_ID = 'wwab8e198e3aa79d2a'
  17. #微信第三方登录类型
  18. # VUE_APP_WX_APP_CODE = '1000002'
  19. VUE_APP_WX_APP_CODE = '1000020'
  20. # 医生端 上下文
  21. VUE_APP_API = 'hipo-business'