|
|
|
@ -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 {}
|
|
|
|
})
|
|
|
|
})
|
|
|
|
|