From 48be2c675e266f2b44a546df5fd86aa055774a0c Mon Sep 17 00:00:00 2001 From: shay7sev Date: Wed, 11 Mar 2026 16:38:32 +0800 Subject: [PATCH] fix(layout): fix common --- components/layout/common.ts | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/components/layout/common.ts b/components/layout/common.ts index d02508f..f4933d6 100644 --- a/components/layout/common.ts +++ b/components/layout/common.ts @@ -19,6 +19,14 @@ export const subConfigList: { source: string; url: string }[] = source: "/video", url: "http://localhost:5533", }, + { + source: "/lidar", + url: "http://localhost:5534", + }, + { + source: "/mgt", + url: "http://localhost:5535", + }, ] : process.env.NEXT_PUBLIC_ENV === "standalone" ? [] @@ -63,7 +71,7 @@ export const componentList: MenuItem[] = [ }, { title: "管理中心", - url: "admin", + url: "mgt", icon: "SystemIcon", }, ]