add:页面国际化

This commit is contained in:
2025-12-05 09:26:00 +08:00
parent c1e82b3ddc
commit de009fadbb
52 changed files with 6581 additions and 624 deletions

View File

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