fix: 添加鞍钢类型判断

This commit is contained in:
kun 2024-06-18 18:36:35 +08:00
parent 2d62c3e8e7
commit c33a119c89

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