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(() => {