From c33a119c89c56f82871a230d543a60aa458a6753 Mon Sep 17 00:00:00 2001 From: kun <1422840143@qq.com> Date: Tue, 18 Jun 2024 18:36:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0=E9=9E=8D=E9=92=A2?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/login_v2.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/home/login_v2.vue b/src/views/home/login_v2.vue index d62f7fe8..959a8d74 100644 --- a/src/views/home/login_v2.vue +++ b/src/views/home/login_v2.vue @@ -1178,7 +1178,7 @@ export default { if (!arr2.length) { if (this.loginType == 1) { // this.$router.push("/projectIndex"); - if (!this.$store.state.userInfo.personMail) { + if (!this.$store.state.userInfo.personMail && this.company == 'agjt') { this.checkInfoComplete(); } this.$router.push("/workSpace"); @@ -1196,7 +1196,7 @@ export default { ) { if (this.loginType == 1) { // this.$router.push("/projectIndex"); - if (!this.$store.state.userInfo.personMail) { + if (!this.$store.state.userInfo.personMail && this.company == 'agjt') { this.checkInfoComplete(); } this.$router.push("/workSpace");