添加标签无需再调用this.addTag

This commit is contained in:
zhigang.li@tendcloud.com 2018-09-27 10:43:52 +08:00
parent d74624c94c
commit 5418058bb4
1 changed files with 0 additions and 9 deletions

View File

@ -42,11 +42,6 @@ export default {
title: `动态路由-${id}`
}
}
this.addTag({
route: route,
type: 'push'
})
console.log(route)
this.$router.push(route)
},
createTagQuery () {
@ -60,10 +55,6 @@ export default {
title: `参数-${id}`
}
}
this.addTag({
route: route,
type: 'push'
})
this.$router.push(route)
}
}