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");