diff --git a/components/common/comment/main.vue b/components/common/comment/main.vue index 4ff79d3..1b0ee78 100644 --- a/components/common/comment/main.vue +++ b/components/common/comment/main.vue @@ -136,10 +136,7 @@ onRouter(name, data) { this.$router.push( { - name: name, - params: { - id: data - } + path: '/user/' + data } ) },