fix: 添加鞍钢类型判断
This commit is contained in:
parent
2d62c3e8e7
commit
c33a119c89
@ -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");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user