解决隐藏菜单节点显示的问题

This commit is contained in:
曹瑞 2024-07-05 10:43:31 +08:00
parent f5e0e921c8
commit 4948bf14f2
1 changed files with 0 additions and 2 deletions

View File

@ -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) {