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) } // 导入邮件消息,需要配置才能使用