From fef393758dcd9d46452d16ee57448f04139c0e6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AA=86=E4=B9=90?= <342503599@qq.com> Date: Tue, 13 Sep 2022 16:36:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AD=E5=BB=BA=E5=9B=9B=E5=B1=80(=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E9=A1=B5):=E8=BE=93=E5=85=A5=E6=A1=86=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E5=86=B2=E7=AA=81=E8=A7=A3=E5=86=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/components/loginInfo.vue | 30 +++++++++++++++++++++++-- src/views/home/login_v1.vue | 25 --------------------- 2 files changed, 28 insertions(+), 27 deletions(-) diff --git a/src/views/home/components/loginInfo.vue b/src/views/home/components/loginInfo.vue index b9bf1977..9e7891be 100644 --- a/src/views/home/components/loginInfo.vue +++ b/src/views/home/components/loginInfo.vue @@ -64,7 +64,7 @@ export default { }, methods: { goBackBtn() { - this.$emit('goBackBtn'); + this.$router.push({ path: "/" }); }, loginFn(){ this.$emit('loginFn'); @@ -74,6 +74,32 @@ export default {