rev:现场调试优化

This commit is contained in:
2025-09-26 16:53:08 +08:00
parent 0f671b386d
commit aea07382d5
11 changed files with 107 additions and 9 deletions

View File

@@ -1,9 +1,9 @@
window.g = {
dev: {
VUE_APP_BASE_API: 'http://192.168.217.8:8010'
VUE_APP_BASE_API: 'http://192.168.217.2:8010'
},
prod: {
VUE_APP_BASE_API: 'http://192.168.217.8:8010'
VUE_APP_BASE_API: 'http://192.168.217.2:8010'
}
}