This commit is contained in:
2022-11-09 11:17:53 +08:00
parent 8c5affeff6
commit d779f3110d
128 changed files with 10762 additions and 4900 deletions

View File

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