From 139a47b858852bf05ab9ea87c3d16b8058be91e2 Mon Sep 17 00:00:00 2001 From: feng <1304903146@qq.com> Date: Wed, 15 Mar 2023 16:19:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=94=A8=E6=88=B7=E5=AF=86=E7=A0=81?= =?UTF-8?q?=E5=8D=B3=E5=B0=86=E5=88=B0=E6=9C=9F=E4=B8=8D=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Page/PasswordExpireTip.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layout/components/Page/PasswordExpireTip.vue b/src/layout/components/Page/PasswordExpireTip.vue index d73266f6b..30784030f 100644 --- a/src/layout/components/Page/PasswordExpireTip.vue +++ b/src/layout/components/Page/PasswordExpireTip.vue @@ -24,7 +24,7 @@ export default { ]), expireMsg() { // 用户来源不是Local时不显示密码过期提示 - if (this.currentUser.source !== 'local') { + if (this.currentUser.source.value !== 'local') { return false } const intervalTime = this.getIntervalDays(this.currentUser.date_password_last_updated)