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