# 开发环境 ENV = 'development' NODE_ENV = 'development' VUE_APP_ENV = 'development' # 接口地址 VUE_APP_BASE_API = 'http://39.103.199.78:8585/h5' # 二次认证 # VUE_APP_IFAMRE = 'https://testapi.mige.tv/cap/CAP-AUTH.html' # VUE_APP_IFAMRE = 'https://live.mige.tv/cap/CAP-AUTH.html' VUE_APP_IFAMRE = 'https://optest.bol.wo.cn/cap/unicom-cap/CAP-AUTH.html' # 图片地址 VUE_APP_IMGS_URL = 'http://39.103.199.78:8181/'