Commit 42097120 by lichengming

修改了首页

parent ef34a83d
......@@ -112,7 +112,6 @@ export default {
this._recursion(notZero, [zero[0]])
this.menuListTemp = zero[0].leftMenus
this.menuList = zero
console.log('menuListTemp', this.menuListTemp)
},
// 递归查询菜单
_recursion(more, rest) {
......
......@@ -75,10 +75,7 @@ export default {
this.$router.push(next)
},
_setDefaultMenu(route) {
console.log('123456789', this.menuListCon)
console.log(route)
this.defaultActive = route.meta.title
console.log(this.defaultActive)
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment