flx:冲突

This commit is contained in:
X_Rian 2024-06-19 21:18:21 +08:00
commit 0330317612

View File

@ -1178,7 +1178,7 @@ export default {
if (!arr2.length) { if (!arr2.length) {
if (this.loginType == 1) { if (this.loginType == 1) {
// this.$router.push("/projectIndex"); // this.$router.push("/projectIndex");
if (!this.$store.state.userInfo.personMail) { if (!this.$store.state.userInfo.personMail && this.company == 'agjt') {
this.checkInfoComplete(); this.checkInfoComplete();
} }
this.$router.push("/workSpace"); this.$router.push("/workSpace");
@ -1196,7 +1196,7 @@ export default {
) { ) {
if (this.loginType == 1) { if (this.loginType == 1) {
// this.$router.push("/projectIndex"); // this.$router.push("/projectIndex");
if (!this.$store.state.userInfo.personMail) { if (!this.$store.state.userInfo.personMail && this.company == 'agjt') {
this.checkInfoComplete(); this.checkInfoComplete();
} }
this.$router.push("/workSpace"); this.$router.push("/workSpace");