revert(projects): 单点登录回调页面回滚
This commit is contained in:
parent
7846b2cb1f
commit
47d5c1c71b
1
src/typings/components.d.ts
vendored
1
src/typings/components.d.ts
vendored
@ -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']
|
||||
|
@ -43,7 +43,7 @@ const handleError = () => {
|
||||
msg.value = '登录失败,1s 后即将跳转至登录页';
|
||||
}, 1000);
|
||||
setTimeout(() => {
|
||||
// routerPushByKey('login');
|
||||
routerPushByKey('login');
|
||||
}, 1000);
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user