Commit edb27fe5 by lyl_task Committed by GitHub

Merge pull request #1 from lanyulei/dev

fix bug.
parents 354c9dc2 709460bf
Showing with 1 additions and 1 deletions
......@@ -72,7 +72,7 @@ export default {
},
close() {
this.$store.dispatch('tagsView/delView', this.$route)
this.$router.push({ path: '/index' })
this.$router.push({ path: '/dashboard' })
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment