删除冗余代码

This commit is contained in:
aixianling
2024-03-20 11:04:16 +08:00
parent 59b4151e15
commit 9710e0aa00

View File

@@ -51,9 +51,6 @@ export default {
return e
})
},
isConsoleRoute() {
return this.$route.name == "工作台"
},
menuPath() {
let paths = [], current = this.apps?.find(e => e.name == this.$route.name)
const findParent = name => {