# just a flag
ENV = 'development'

# api接口请求地址
# VUE_APP_BASE_API = 'https://zhapi.coinbtcs.com'
# VUE_APP_BASE_API = 'http://192.168.10.7:8085'
VUE_APP_BASE_API = 'https://api.bingx.mom'
 # VUE_APP_BASE_API = 'http://192.168.10.6:8086'

# 静态资源文件url
VUE_APP_RESOURCES_URL = 'https://img.bingx.mom/'
