opt:优化日志查询

This commit is contained in:
zhangzq
2025-03-04 14:58:28 +08:00
parent 4357e8eff6
commit 9b8e1df93e
4 changed files with 101 additions and 2 deletions

View File

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