diff --git a/src/typings/components.d.ts b/src/typings/components.d.ts index d34d6bfb..675dd470 100644 --- a/src/typings/components.d.ts +++ b/src/typings/components.d.ts @@ -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'] diff --git a/src/views/_builtin/social-callback/index.vue b/src/views/_builtin/social-callback/index.vue index 61e4959e..69c0191d 100644 --- a/src/views/_builtin/social-callback/index.vue +++ b/src/views/_builtin/social-callback/index.vue @@ -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}`;
-