From c4f16ef61a2b098997c0e97ddf679b4309d5564e Mon Sep 17 00:00:00 2001 From: LiaoYijun Date: Wed, 18 Dec 2024 11:33:31 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E5=A2=9E=E5=8A=A0=E7=8E=8B=E6=98=8C?= =?UTF-8?q?=E5=B0=8F=E4=BD=BF=E7=94=A8=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 078f659..87f493a 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 ['599', '495', '143', '370', '639', '513', '654', '404', '383', '227'].includes(loginUser.userId) + return ['466', '599', '495', '143', '370', '639', '513', '654', '404', '383', '227'].includes(loginUser.userId) } // 导入邮件消息,需要配置才能使用