opt:菜单国际化

This commit is contained in:
2026-01-14 20:25:51 +08:00
parent 391f574a2e
commit 80e7f24845
26 changed files with 157 additions and 72 deletions

View File

@@ -54,7 +54,6 @@
<el-dropdown-menu slot="dropdown">
<el-dropdown-item divided command="zh">简体中文</el-dropdown-item>
<el-dropdown-item divided command="en">English</el-dropdown-item>
<el-dropdown-item divided command="iv">Vietnamese</el-dropdown-item>
<el-dropdown-item divided command="id">Indonesian</el-dropdown-item>
</el-dropdown-menu>
</el-dropdown>
@@ -145,8 +144,6 @@ export default {
this.language = 'English'
} else if (command === 'zh') {
this.language = '简体中文'
} else if (command === 'iv') {
this.language = 'Vietnamese'
} else if (command === 'id') {
this.language = 'Indonesian'
}