@@ -273,7 +273,10 @@ import {
|
||||
|
||||
const menuAccessState = ref(getMenuAccess())
|
||||
|
||||
const canShow = (pageId) => canShowMenuPage(pageId)
|
||||
const canShow = (pageId) => {
|
||||
void menuAccessState.value
|
||||
return canShowMenuPage(pageId)
|
||||
}
|
||||
|
||||
const { proxy } = getCurrentInstance()
|
||||
const route = useRoute()
|
||||
|
||||
Reference in New Issue
Block a user