个人中心跳转修复

This commit is contained in:
617594538@qq.com 2020-06-08 15:09:23 +08:00
parent 199286ab2e
commit 0d9d9c1ccf

View File

@ -81,8 +81,8 @@
},
goPersonalInfo(userId) {
sessionStorage.setItem("userId",userId);
this.$refs.child.getUserInfo();
this.$router.push({name: 'personalinfo'});
this.$refs.child.getUserInfo();
},
goMore() {
this.$message({