fix:前端端口修改

This commit is contained in:
zhangzq
2025-06-25 10:37:30 +08:00
parent 30cc7f94fb
commit a39ac4e6f3
7 changed files with 12 additions and 38 deletions

View File

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