Commit 709460bf by Mr. Lan

dev

parent 354c9dc2
Showing with 1 additions and 1 deletions
...@@ -72,7 +72,7 @@ export default { ...@@ -72,7 +72,7 @@ export default {
}, },
close() { close() {
this.$store.dispatch('tagsView/delView', this.$route) 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