fix(env): docker

This commit is contained in:
zhangheng
2026-03-28 13:54:32 +08:00
parent fab6cc9791
commit aa1992f9d9
7 changed files with 15 additions and 15 deletions

View File

@@ -32,19 +32,19 @@ export const subConfigList: { source: string; url: string }[] =
? [
{
source: "/image",
url: "http://172.30.21.213:5532",
url: "http://172.16.115.128:5532",
},
{
source: "/video",
url: "http://172.30.21.213:5533",
url: "http://172.16.115.128:5533",
},
{
source: "/lidar",
url: "http://172.30.21.213:5534",
url: "http://172.16.115.128:5534",
},
{
source: "/mgt",
url: "http://172.30.21.213:5535",
url: "http://172.16.115.128:5535",
},
]
: []