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", }, ]