rev:更新

This commit is contained in:
2024-01-04 10:29:11 +08:00
parent f6605ff90f
commit 9c91b4e464
6 changed files with 15 additions and 14 deletions

View File

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