From a4eb8f8211eccadb05ceed72232a5d572bf60012 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com> Date: Thu, 3 Aug 2023 09:49:14 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A1=AE=E6=9D=83APP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/contracted/login.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/contracted/login.vue b/src/views/contracted/login.vue index 40010f2e..9676ae22 100644 --- a/src/views/contracted/login.vue +++ b/src/views/contracted/login.vue @@ -291,7 +291,7 @@ this.$store .dispatch("SmsLogin", this.formData) .then(() => { - this.$router.push({ path: "/onlineHomeIndex" }).catch(() => {}); + this.$router.push({ path: "/contracted/index" }).catch(() => {}); }) .catch((error) => { this.loading = false; @@ -325,7 +325,7 @@ } this.$store.dispatch("Login", this.formData) .then(() => { - this.$router.push({ path: "/lawEnforcement/index_new" }).catch(() => {}); + this.$router.push({ path: "/contracted/index" }).catch(() => {}); }) .catch((error) => { console.log(error) @@ -412,7 +412,7 @@ this.$dialog.alert({ message: '您的初始密码:'+res.password, }).then(() => { - this.$router.push({ path: "/onlineHome/workbench" }).catch(() => {}); + this.$router.push({ path: "/contracted/index" }).catch(() => {}); }); } })