Skip to content

Commit

Permalink
添加标签无需再调用this.addTag
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Sep 27, 2018
1 parent d74624c commit 5418058
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/view/tools-methods/tools-methods.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ export default {
title: `动态路由-${id}`
}
}
this.addTag({
route: route,
type: 'push'
})
console.log(route)
this.$router.push(route)
},
createTagQuery () {
Expand All @@ -60,10 +55,6 @@ export default {
title: `参数-${id}`
}
}
this.addTag({
route: route,
type: 'push'
})
this.$router.push(route)
}
}
Expand Down

0 comments on commit 5418058

Please sign in to comment.