Commit bedcd220 by dlarmor

update: 解决合并问题

parent 0c71d0dd
......@@ -369,7 +369,7 @@ watch(
)
onMounted(async () => {
try {
const resp = await MenuApi.listSimpleMenusApi()
const resp = await MenuApi.getSimpleMenusList()
menus.value = handleTree(resp)
} 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