From 47d5c1c71b2421e6e58669b48739e38741c6abf0 Mon Sep 17 00:00:00 2001 From: xlsea Date: Thu, 19 Jun 2025 23:15:03 +0800 Subject: [PATCH] =?UTF-8?q?revert(projects):=20=E5=8D=95=E7=82=B9=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E5=9B=9E=E8=B0=83=E9=A1=B5=E9=9D=A2=E5=9B=9E=E6=BB=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/typings/components.d.ts | 1 - src/views/_builtin/social-callback/index.vue | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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..3e816420 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); };