@@ -276,7 +276,7 @@ export default {
},
// ****************************************************************************************************************
goToUserHome() {
- const path = '/user/' + this.user.userId
+ const path = '/user/' + this.user.userIdStr
if (this.$route.path === path) {
this.$router.go(0)
return
@@ -115,7 +115,7 @@ export default {