mirror of
https://github.com/fugary/simple-element-plus-template.git
synced 2025-11-12 14:27:49 +00:00
基本表单功能、通用设置界面
This commit is contained in:
@@ -15,9 +15,7 @@ export const MENU_INFO_LIST = ref({})
|
||||
export const useMenuInfo = item => {
|
||||
const path = item.path
|
||||
if (path !== '/') {
|
||||
const menuInfo = MENU_INFO_LIST.value[path]
|
||||
console.info('config menu:', menuInfo)
|
||||
return menuInfo
|
||||
return MENU_INFO_LIST.value[path]
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user