diff --git a/src/i18n/langs/en.js b/src/i18n/langs/en.js index 26a92e3..995c839 100644 --- a/src/i18n/langs/en.js +++ b/src/i18n/langs/en.js @@ -161,6 +161,8 @@ module.exports = { toast1: 'Old password cannot be empty', toast2: 'The new password cannot be empty', toast3: 'Enter a new password', - toast4: 'The new password input is inconsistent, please re-enter it' + toast4: 'The new password input is inconsistent, please re-enter it', + toast5: 'Are you sure to shut down?', + warning: 'Warning' } } diff --git a/src/i18n/langs/zh.js b/src/i18n/langs/zh.js index d1327b8..d977445 100644 --- a/src/i18n/langs/zh.js +++ b/src/i18n/langs/zh.js @@ -161,6 +161,8 @@ module.exports = { toast1: '旧密码不能为空', toast2: '新密码不能为空', toast3: '输入新密码', - toast4: '新密码输入不一致,请重新输入' + toast4: '新密码输入不一致,请重新输入', + toast5: '是否确定关机?', + warning: '提示' } } diff --git a/src/images/new/switch_10.png b/src/images/new/switch_10.png index 9d0280a..066fbec 100644 Binary files a/src/images/new/switch_10.png and b/src/images/new/switch_10.png differ diff --git a/src/pages/modules/home/home_mini.vue b/src/pages/modules/home/home_mini.vue index c7965ed..be35b09 100644 --- a/src/pages/modules/home/home_mini.vue +++ b/src/pages/modules/home/home_mini.vue @@ -8,10 +8,10 @@ - +
@@ -57,12 +61,12 @@
-
+
*{{ $t('common.oldpassword') }}
@@ -88,6 +92,7 @@
+
{{ $t('common.toast5') }}
@@ -96,7 +101,7 @@