revert(projects): 单点登录回调页面回滚
This commit is contained in:
parent
7846b2cb1f
commit
adf3d87e5c
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);
|
||||
};
|
||||
|
||||
@ -116,7 +116,7 @@ const primaryColor = `--primary-color: ${r} ${g} ${b}`;
|
||||
<!-- From Uiverse.io by SchawnnahJ -->
|
||||
<div class="loader"></div>
|
||||
</div>
|
||||
<h2 class="text-30px text-primary-400 font-500">{{ $t('system.title') }}</h2>
|
||||
<h2 class="text-30px text-primary-400 font-500">{{ msg }}</h2>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user