【Vue】返回上一步路由

// 调用全局挂载的方法
this.$store.dispatch('tagsView/delView', this.$route)
// 返回上一步路由
this.$router.go(-1)

 

posted @ 2021-04-27 15:23  LBO.net  阅读(597)  评论(0编辑  收藏  举报
//返回顶部