xw_admin/.env.development
2024-07-03 20:05:29 +08:00

21 lines
409 B
Plaintext

# 本地环境
NODE_ENV = development
# 标题
VUE_APP_TITLE = 德木测试
# 象纬云科
# 接口地址
VUE_APP_API_BASEURL = https://xwapi.dev.dwoodauto.com/api/v1
VUE_APP_API_DEV = https://xwapi.dev.dwoodauto.com
# WS地址
VUE_APP_WS_URL = wss://api.dev.dwoodauto.com/wss
VUE_APP_WSS_URL = wss://api.dev.dwoodauto.com/wss
# 本地端口
VUE_APP_PORT = 2801
# 是否开启代理
VUE_APP_PROXY = true