소스 검색

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

yusheng 5 달 전
부모
커밋
3875a34d5b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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() {
       const confirmConfig = {
         title: '密码修改提醒',
-        message: '您的登录密码已长时间未做修改,请修改密码后重新登录!',
+        message: '您的登录密码为弱密码或已长时间未做修改,请修改密码后重新登录!',
         confirmButtonText: '确认修改',
         cancelButtonText: '取消',
         type: 'warning',