From 48d0c4cef500670c7a2da65919e44c8da84c5fb1 Mon Sep 17 00:00:00 2001 From: XieYongHong <18010623010@163.com> Date: Thu, 21 Sep 2023 09:41:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=E4=BD=8E=E7=A0=81?= =?UTF-8?q?=E5=9B=9E=E6=98=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/menu.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/menu.ts b/src/utils/menu.ts index 95619d93..d36f7dbb 100644 --- a/src/utils/menu.ts +++ b/src/utils/menu.ts @@ -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) {