Commit bedcd220 by dlarmor

update: 解决合并问题

parent 0c71d0dd
...@@ -369,7 +369,7 @@ watch( ...@@ -369,7 +369,7 @@ watch(
) )
onMounted(async () => { onMounted(async () => {
try { try {
const resp = await MenuApi.listSimpleMenusApi() const resp = await MenuApi.getSimpleMenusList()
menus.value = handleTree(resp) menus.value = handleTree(resp)
} catch {} } catch {}
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment