mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-05-06 14:01:35 +00:00
update: 解决合并问题
This commit is contained in:
@@ -369,7 +369,7 @@ watch(
|
||||
)
|
||||
onMounted(async () => {
|
||||
try {
|
||||
const resp = await MenuApi.listSimpleMenusApi()
|
||||
const resp = await MenuApi.getSimpleMenusList()
|
||||
menus.value = handleTree(resp)
|
||||
} catch {}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user