rev:注释不必要的日志记录

This commit is contained in:
2026-03-25 15:17:57 +08:00
parent 4ff3e81154
commit c8bdb72dbf
13 changed files with 122 additions and 161 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://127.0.0.1:8010'
},
prod: {
VUE_APP_BASE_API: 'http://127.0.0.1:8011'
VUE_APP_BASE_API: 'http://127.0.0.1:8010'
}
}