From adf3d87e5c3e399748cc820f89bcc530e99a592d Mon Sep 17 00:00:00 2001 From: xlsea Date: Thu, 19 Jun 2025 23:20:06 +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 | 4 ++-- 2 files changed, 2 insertions(+), 3 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..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}`;
-

{{ $t('system.title') }}

+

{{ msg }}