Merge branch 'dev-dictionary' of github.com:jetlinks/jetlinks-ui-vue into dev-dictionary
This commit is contained in:
commit
5f9988eda2
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue