修复BUG: 修复前端菜单缓存无效bug

pull/60/head
李强 2022-05-30 23:28:25 +08:00
parent 0ca2ea9881
commit 81e8978fdb
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ export const handleRouter = function (menuData) {
meta: {
title: item.name,
auth: true,
cache: item.cache === 1
cache: item.cache
}
}
result.push(obj)