fix(layout): fix common
This commit is contained in:
@@ -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",
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user