Merge branch 'dev-dictionary' of github.com:jetlinks/jetlinks-ui-vue into dev-dictionary

This commit is contained in:
leiqiaochu 2023-09-21 11:02:23 +08:00
commit 5f9988eda2
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) {
route.component = () => SinglePage
route.component = SinglePage
}
if (detail_components.length) {