修复,点击返回按钮会进入404页面问题

This commit is contained in:
fangzhongfeng 2020-03-19 16:29:14 +08:00
parent 2cc14e5f56
commit c97e26f553

View File

@ -196,7 +196,7 @@ export default {
/** 关闭按钮 */
close() {
this.$store.dispatch("tagsView/delView", this.$route);
this.$router.push({ path: "/tool/gen", query: { t: Date.now()}})
this.$router.go(-1)
}
}
};