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

@ -34,7 +34,6 @@ declare module 'vue' {
IconIcRoundRefresh: typeof import('~icons/ic/round-refresh')['default']
IconIcRoundSearch: typeof import('~icons/ic/round-search')['default']
IconLocalBanner: typeof import('~icons/local/banner')['default']
IconLocalLoginBg: typeof import('~icons/local/login-bg')['default']
IconLocalLogo: typeof import('~icons/local/logo')['default']
'IconMaterialSymbols:add': typeof import('~icons/material-symbols/add')['default']
'IconMaterialSymbols:deleteOutline': typeof import('~icons/material-symbols/delete-outline')['default']

View File

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