删除冗余代码
This commit is contained in:
@@ -51,9 +51,6 @@ export default {
|
|||||||
return e
|
return e
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
isConsoleRoute() {
|
|
||||||
return this.$route.name == "工作台"
|
|
||||||
},
|
|
||||||
menuPath() {
|
menuPath() {
|
||||||
let paths = [], current = this.apps?.find(e => e.name == this.$route.name)
|
let paths = [], current = this.apps?.find(e => e.name == this.$route.name)
|
||||||
const findParent = name => {
|
const findParent = name => {
|
||||||
|
|||||||
Reference in New Issue
Block a user