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: { // 表单校验规则