个人中心
This commit is contained in:
@@ -112,9 +112,9 @@ export default {
|
|||||||
this.$refs.login.show();
|
this.$refs.login.show();
|
||||||
} else if (!this.isApprove) {
|
} else if (!this.isApprove) {
|
||||||
if (this.user.status == 0) {
|
if (this.user.status == 0) {
|
||||||
this.$linkTo('/mods/AppAuth/AppAuth');
|
this.$linkTo('/mods/AppPartyAuth/AppPartyAuth');
|
||||||
} else {
|
} else {
|
||||||
this.$linkTo('/mods/AppAuth/authSuccess')
|
this.$linkTo('/mods/AppPartyAuth/partyAuthSuccess')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user