修复BUG: 修复前端菜单缓存无效bug
parent
0ca2ea9881
commit
81e8978fdb
|
@ -76,7 +76,7 @@ export const handleRouter = function (menuData) {
|
||||||
meta: {
|
meta: {
|
||||||
title: item.name,
|
title: item.name,
|
||||||
auth: true,
|
auth: true,
|
||||||
cache: item.cache === 1
|
cache: item.cache
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
result.push(obj)
|
result.push(obj)
|
||||||
|
|
Loading…
Reference in New Issue