revert(projects): 单点登录回调页面回滚

This commit is contained in:
xlsea
2025-06-19 23:15:03 +08:00
parent 7846b2cb1f
commit 47d5c1c71b
2 changed files with 1 additions and 2 deletions

View File

@ -43,7 +43,7 @@ const handleError = () => {
msg.value = '登录失败1s 后即将跳转至登录页';
}, 1000);
setTimeout(() => {
// routerPushByKey('login');
routerPushByKey('login');
}, 1000);
};