Feature/0723/zr #9

Merged
chenzhen merged 27 commits from feature/0723/ZR into release/0.01 2026-08-08 14:23:42 +08:00
Showing only changes of commit f0f0c88f18 - Show all commits
+1 -1
View File
@@ -101,7 +101,7 @@ export function forceReLogin(msg = '账户权限获取失败,请重新登录')
notification.error({
message: '提示',
description: msg,
duration: 2600,
duration: 3,
});
auth.clearSession();
router.push('/login');