123456789101112131415161718192021222324252627282930313233 |
- # just a flag
- ENV = 'production'
- # base api
- #VUE_APP_BASE_API = 'https://dev1.cloud-seal.com/'
- VUE_APP_BASE_API = ''
- # 登录跳转地址
- #VUE_APP_BASE_URL = 'http://slife.bydsfy.com/life'
- # base api
- VUE_APP_BASE_API = 'https://slife.bydsfy.com/doctorwx/'
- #微信授权调用URL
- VUE_APP_WX_PATH = 'https://slife.bydsfy.com/doctorwx/#/login2'
- VUE_APP_WX_PATH_1 = 'https://slife.bydsfy.com/doctorwx/#/login3'
- #公众号id 煋象健康
- # VUE_APP_WX_APP_ID = 'wwfb2bc740a8e3ca0c'
- #公众号id APPID
- VUE_APP_WX_APP_ID = 'wwab8e198e3aa79d2a'
- #微信第三方登录类型
- # VUE_APP_WX_APP_CODE = '1000002'
- VUE_APP_WX_APP_CODE = '1000020'
- # 医生端 上下文
- VUE_APP_API = 'hipo-business'
|