opt:优化日志查询

This commit is contained in:
zhangzq
2025-03-03 21:26:24 +08:00
parent 70f19e9ce5
commit 4357e8eff6
6 changed files with 50 additions and 24 deletions

View File

@@ -1,9 +1,9 @@
window.g = {
dev: {
VUE_APP_BASE_API: 'http://localhost:8020'
VUE_APP_BASE_API: 'http://localhost:8013'
},
prod: {
VUE_APP_BASE_API: 'http://localhost:8020'
VUE_APP_BASE_API: 'http://localhost:8013'
}