个人中心

This commit is contained in:
liuye
2022-11-17 08:57:22 +08:00
parent 27e1f2047f
commit 97cf6e7e48

View File

@@ -112,9 +112,9 @@ export default {
this.$refs.login.show();
} else if (!this.isApprove) {
if (this.user.status == 0) {
this.$linkTo('/mods/AppAuth/AppAuth');
this.$linkTo('/mods/AppPartyAuth/AppPartyAuth');
} else {
this.$linkTo('/mods/AppAuth/authSuccess')
this.$linkTo('/mods/AppPartyAuth/partyAuthSuccess')
}
}
},