This commit is contained in:
Zheng Jie
2022-07-29 17:22:29 +08:00
parent 842d37d80d
commit 7a1b10291e
3 changed files with 16 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
ENV = 'development'
# 接口地址
VUE_APP_BASE_API = 'http://localhost:8000'
VUE_APP_BASE_API = 'https://el-admin.vip'
VUE_APP_WS_API = 'ws://localhost:8000'
# 是否启用 babel-plugin-dynamic-import-node插件