Jelajahi Sumber

fix: 更新密码过期提示文案

yusheng 3 bulan lalu
induk
melakukan
3875a34d5b
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/layout/components/header-tools.vue

+ 1 - 1
src/layout/components/header-tools.vue

@@ -190,7 +190,7 @@ export default {
     async showExpiryConfirm() {
     async showExpiryConfirm() {
       const confirmConfig = {
       const confirmConfig = {
         title: '密码修改提醒',
         title: '密码修改提醒',
-        message: '您的登录密码已长时间未做修改,请修改密码后重新登录!',
+        message: '您的登录密码为弱密码或已长时间未做修改,请修改密码后重新登录!',
         confirmButtonText: '确认修改',
         confirmButtonText: '确认修改',
         cancelButtonText: '取消',
         cancelButtonText: '取消',
         type: 'warning',
         type: 'warning',