diff --git a/HSLink-front/src/components/Index.vue b/HSLink-front/src/components/Index.vue index 5524b3e..d0d45a7 100644 --- a/HSLink-front/src/components/Index.vue +++ b/HSLink-front/src/components/Index.vue @@ -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({