opt:1.二维码界面优化。2.国际化语言切换只保留中英文。

This commit is contained in:
2026-03-06 16:50:57 +08:00
parent 7d333f219f
commit e22878d90e
9 changed files with 177 additions and 41 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://192.168.101.38:8011'
},
prod: {
VUE_APP_BASE_API: 'http://127.0.0.1:8011'
VUE_APP_BASE_API: 'http://192.168.101.38:8011'
}
}