fix(common): fix
This commit is contained in:
@@ -28,8 +28,25 @@ export const subConfigList: { source: string; url: string }[] =
|
||||
url: "http://localhost:5535",
|
||||
},
|
||||
]
|
||||
: process.env.NEXT_PUBLIC_ENV === "standalone"
|
||||
? []
|
||||
: process.env.NEXT_PUBLIC_ENV === "staging"
|
||||
? [
|
||||
{
|
||||
source: "/image",
|
||||
url: "http://172.30.21.213:5532",
|
||||
},
|
||||
{
|
||||
source: "/video",
|
||||
url: "http://172.30.21.213:5533",
|
||||
},
|
||||
{
|
||||
source: "/lidar",
|
||||
url: "http://172.30.21.213:5534",
|
||||
},
|
||||
{
|
||||
source: "/mgt",
|
||||
url: "http://172.30.21.213:5535",
|
||||
},
|
||||
]
|
||||
: []
|
||||
|
||||
const currentComponentList: MenuItem[] = [
|
||||
|
||||
Reference in New Issue
Block a user