fix(env): url

This commit is contained in:
zhangheng
2026-04-02 15:26:16 +08:00
parent 4b7f04b27c
commit 53f9eed5ca
3 changed files with 6 additions and 6 deletions

View File

@@ -50,19 +50,19 @@ export const subConfigList: { source: string; url: string }[] =
: [
{
source: "/image",
url: "https://label.soft.cowarobot.com",
url: "https://label.cowarobot.com",
},
{
source: "/video",
url: "https://label.soft.cowarobot.com",
url: "https://label.cowarobot.com",
},
{
source: "/lidar",
url: "https://label.soft.cowarobot.com",
url: "https://label.cowarobot.com",
},
{
source: "/mgt",
url: "https://label.soft.cowarobot.com",
url: "https://label.cowarobot.com",
},
]