From b2e71b7ea4177d06ae242d1dd495d6a79b859b07 Mon Sep 17 00:00:00 2001 From: LiaoYijun Date: Wed, 18 Dec 2024 11:45:35 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E5=A2=9E=E5=8A=A0=E6=9D=8E=E4=B8=80?= =?UTF-8?q?=E5=B8=86=E9=82=AE=E4=BB=B6=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stores/AuthStore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/AuthStore.js b/src/stores/AuthStore.js index 87f493a..fce1e0d 100644 --- a/src/stores/AuthStore.js +++ b/src/stores/AuthStore.js @@ -30,7 +30,7 @@ const useAuthStore = create(devtools((set, get) => ({ const { loginUser } = get() if (perm === PERM_USE_EMAL) { - return ['466', '599', '495', '143', '370', '639', '513', '654', '404', '383', '227'].includes(loginUser.userId) + return ['501', '466', '599', '495', '143', '370', '639', '513', '654', '404', '383', '227'].includes(loginUser.userId) } // 导入邮件消息,需要配置才能使用