opt: 实际修改

This commit is contained in:
2025-10-30 11:25:33 +08:00
parent c8a25ac6a9
commit 6d6874b116
15 changed files with 91 additions and 60 deletions

View File

@@ -1,9 +1,9 @@
window.g = {
dev: {
VUE_APP_BASE_API: 'http://127.0.0.1:8011'
VUE_APP_BASE_API: 'http://10.37.84.130:8011'
},
prod: {
VUE_APP_BASE_API: 'http://127.0.0.1:8011'
VUE_APP_BASE_API: 'http://10.37.84.130:8011'
}
}