mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-08-18 20:11:53 +08:00
update: 解决合并问题
This commit is contained in:
@@ -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 {}
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user