ENV = 'production'
# 接口地址
VUE_APP_BASE_API = 'http://localhost:8080'
VUE_APP_WS_API = 'ws:///127.0.0.1:8001'