更新部分依赖

This commit is contained in:
Zheng Jie
2021-11-24 10:39:28 +08:00
parent 8bb6ea7740
commit f148152c41
2 changed files with 7 additions and 10 deletions

View File

@@ -1,8 +1,6 @@
ENV = 'development'
# 接口地址
VUE_APP_BASE_API = 'http://localhost:8000'
VUE_APP_WS_API = 'ws://localhost:8000'
# 是否启用 babel-plugin-dynamic-import-node插件
VUE_CLI_BABEL_TRANSPILE_MODULES = true
VUE_APP_BASE_API = 'https://el-admin.xin'
# 如果接口是 http 形式, wss 需要改为 ws
VUE_APP_WS_API = 'wss://el-admin.xin'