update: 解决合并问题

This commit is contained in:
dlarmor 2023-03-27 14:18:35 +08:00
parent 0c71d0dd93
commit bedcd2205e

View File

@ -369,7 +369,7 @@ watch(
)
onMounted(async () => {
try {
const resp = await MenuApi.listSimpleMenusApi()
const resp = await MenuApi.getSimpleMenusList()
menus.value = handleTree(resp)
} catch {}
})