This commit is contained in:
lyd
2022-10-15 15:42:36 +08:00
parent c61b5e4641
commit 2be8fbb1a6
2 changed files with 8 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
ENV = 'development'
# 接口地址
VUE_APP_BASE_API = 'http://localhost:8010'
VUE_APP_WS_API = 'ws://localhost:8010'
# 是否启用 babel-plugin-dynamic-import-node插件
VUE_CLI_BABEL_TRANSPILE_MODULES = true

View File

@@ -21,5 +21,3 @@ selenium-debug.log
package-lock.json
yarn.lock
.env.development