个人主页模块功能

This commit is contained in:
x ronger 2020-08-01 00:43:00 +08:00
parent 1b8ace45dc
commit 3535025547

View File

@ -182,10 +182,7 @@
onRouter(name, data) { onRouter(name, data) {
this.$router.push( this.$router.push(
{ {
name: name, path: `/${name}/${data}`
params: {
id: data
}
} }
) )
}, },