From e1b20f71e8cef0da9e233f39ff168d8140e447d2 Mon Sep 17 00:00:00 2001 From: zhangli <2235006734@qq.com> Date: Tue, 26 Sep 2023 16:21:05 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=EF=BC=8C=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=EF=BC=8C=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/Layout.vue | 2 +- src/layout/components/UserInfo/src/UserInfo.vue | 4 ++-- src/views/Login/components/LoginForm.vue | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/layout/Layout.vue b/src/layout/Layout.vue index 43f9b69dd..420341e64 100644 --- a/src/layout/Layout.vue +++ b/src/layout/Layout.vue @@ -59,7 +59,7 @@ export default defineComponent({ - + {/* */} ) } diff --git a/src/layout/components/UserInfo/src/UserInfo.vue b/src/layout/components/UserInfo/src/UserInfo.vue index a5a92da3a..3c03ea7d2 100644 --- a/src/layout/components/UserInfo/src/UserInfo.vue +++ b/src/layout/components/UserInfo/src/UserInfo.vue @@ -64,10 +64,10 @@ const toDocument = () => {
{{ t('common.profile') }}
- +
{{ t('common.loginOut') }}
diff --git a/src/views/Login/components/LoginForm.vue b/src/views/Login/components/LoginForm.vue index 30a7ab7cc..ebc0989a4 100644 --- a/src/views/Login/components/LoginForm.vue +++ b/src/views/Login/components/LoginForm.vue @@ -60,17 +60,17 @@ :title="t('login.login')" class="w-[100%]" type="primary" - @click="getCode()" + @click="handleLogin" /> - + /> -->