解决隐藏菜单节点显示的问题
This commit is contained in:
parent
f5e0e921c8
commit
4948bf14f2
|
@ -52,9 +52,7 @@ export default {
|
|||
let routeList = localStorage.getItem("routeList")
|
||||
? JSON.parse(localStorage.getItem("routeList"))
|
||||
: [];
|
||||
console.log(routeList)
|
||||
this.routeData = this.OrganizeMenus(routeList);
|
||||
console.log(this.routeData,"routeData")
|
||||
},
|
||||
methods: {
|
||||
goRoute(val, item) {
|
||||
|
|
Loading…
Reference in New Issue