赛事运营平台 相关功能 #13

Merged
chenzhen merged 133 commits from release/0.01 into master 2026-08-10 16:02:04 +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');