Compare commits

...

1 Commits

Author SHA1 Message Date
chenjinsong
2fe18471fa fix: 修复三级下钻无法正常进入的问题 2023-10-16 11:40:45 +08:00

View File

@@ -786,6 +786,7 @@ export default {
t: +new Date()
}
})
return
} else if (opeType === 3) {
this.$router.push({
query: {
@@ -794,6 +795,7 @@ export default {
t: +new Date()
}
})
return
} else if (opeType !== 4) {
this.$router.push({
query: {
@@ -803,6 +805,7 @@ export default {
t: +new Date()
}
})
return
}
/* if (route === this.route) {
this.refresh()