rev:代码优化

This commit is contained in:
2025-02-27 10:55:35 +08:00
parent 2dd8125eed
commit 7de3402ca6
12 changed files with 194 additions and 92 deletions

View File

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