From 0f8d52fddf196c258d329a27379553d960c4680a Mon Sep 17 00:00:00 2001 From: Charles7c Date: Mon, 22 Apr 2024 19:16:57 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BC=98=E5=8C=96=20Logo=20=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- {src/assets/images => public}/logo.svg | 0 src/layout/components/Logo.vue | 2 +- src/views/login/index.vue | 6 +++--- 3 files changed, 4 insertions(+), 4 deletions(-) rename {src/assets/images => public}/logo.svg (100%) diff --git a/src/assets/images/logo.svg b/public/logo.svg similarity index 100% rename from src/assets/images/logo.svg rename to public/logo.svg diff --git a/src/layout/components/Logo.vue b/src/layout/components/Logo.vue index f77244c..3b70b0e 100644 --- a/src/layout/components/Logo.vue +++ b/src/layout/components/Logo.vue @@ -1,7 +1,7 @@ diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 896e916..6a70f61 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -20,7 +20,7 @@ >

- + {{ appStore.getTitle() }}

@@ -160,8 +160,8 @@ const getCaptcha = () => { // 第三方登录授权 const onOauth = async (source: string) => { - const { data } = await socialAuth(source); - window.location.href = data.authorizeUrl; + const { data } = await socialAuth(source) + window.location.href = data.authorizeUrl } onMounted(() => {