From 1f28cb714872c7c1004b30f682ff027bf6318c1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=99=B6=E6=99=B6=20=E5=BC=A0?= Date: Wed, 21 Jul 2021 17:47:51 +0800 Subject: [PATCH] =?UTF-8?q?CN-60=20fix=EF=BC=9Alang=E4=B8=8B=E6=8B=89?= =?UTF-8?q?=E6=A1=86=E9=80=89=E6=8B=A9=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/rightBox/settings/I18nBox.vue | 23 ++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/src/components/rightBox/settings/I18nBox.vue b/src/components/rightBox/settings/I18nBox.vue index b006c386..6d5ff7aa 100644 --- a/src/components/rightBox/settings/I18nBox.vue +++ b/src/components/rightBox/settings/I18nBox.vue @@ -21,8 +21,17 @@ - + + + + + @@ -71,6 +80,16 @@ export default { } } return { + options: [{ + value: 'en', + label: 'en' + }, { + value: 'zh', + label: 'zh' + }, { + value: 'cn', + label: 'cn' + }], url: 'sys/i18n', loginName: localStorage.getItem('cn-username'), rules: { // 表单校验规则