fix:点位查询异常

This commit is contained in:
zhangzq
2025-03-04 19:49:49 +08:00
parent e5539653a9
commit 3f9e85eb42
5 changed files with 19 additions and 17 deletions

View File

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