fix: 优化低码回显
This commit is contained in:
parent
f719c99d64
commit
48d0c4cef5
|
@ -457,7 +457,7 @@ export const handleMenus = (menuData: any[], components: any, level: number = 1)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (item.options?.LowCode && level === 1) {
|
if (item.options?.LowCode && level === 1) {
|
||||||
route.component = () => SinglePage
|
route.component = SinglePage
|
||||||
}
|
}
|
||||||
|
|
||||||
if (detail_components.length) {
|
if (detail_components.length) {
|
||||||
|
|
Loading…
Reference in New Issue