修复:混合模式下菜单权限过滤无效问题;

This commit is contained in:
chenghongxing 2021-05-06 12:14:26 +08:00
parent e4621172e7
commit fd3b48140d

View File

@ -30,8 +30,8 @@ export default {
}
return state.menuData
},
firstMenu(state) {
const {menuData} = state
firstMenu(state, getters) {
const {menuData} = getters
if (menuData.length > 0 && !menuData[0].fullPath) {
formatFullPath(menuData)
}