fix: 优化低码回显

This commit is contained in:
XieYongHong 2023-09-21 09:41:00 +08:00
parent f719c99d64
commit 48d0c4cef5
1 changed files with 1 additions and 1 deletions

View File

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