|
@@ -341,7 +341,7 @@ export default {
|
|
|
/** 关闭按钮 */
|
|
|
close() {
|
|
|
this.$store.dispatch('tagsView/delView', this.$route)
|
|
|
- this.$router.push({ path: '/tools/gen', query: { t: Date.now() }})
|
|
|
+ this.$router.push({ path: '/dev-tools/gen', query: { t: Date.now() }})
|
|
|
}
|
|
|
}
|
|
|
}
|