fix(layout): fix common

This commit is contained in:
2026-03-11 16:38:32 +08:00
parent 928f64a5f0
commit 48be2c675e

View File

@@ -19,6 +19,14 @@ export const subConfigList: { source: string; url: string }[] =
source: "/video", source: "/video",
url: "http://localhost:5533", url: "http://localhost:5533",
}, },
{
source: "/lidar",
url: "http://localhost:5534",
},
{
source: "/mgt",
url: "http://localhost:5535",
},
] ]
: process.env.NEXT_PUBLIC_ENV === "standalone" : process.env.NEXT_PUBLIC_ENV === "standalone"
? [] ? []
@@ -63,7 +71,7 @@ export const componentList: MenuItem[] = [
}, },
{ {
title: "管理中心", title: "管理中心",
url: "admin", url: "mgt",
icon: "SystemIcon", icon: "SystemIcon",
}, },
] ]