FIX:fixed invalid links

jira:[fixed link]

Change-Id: I036a38b6e8e94da762f93805bd7be706538771fe
This commit is contained in:
tao wang 2024-01-03 17:32:01 +08:00 committed by Lane.Wei
parent 014a6694d9
commit 58f8315e0e
1 changed files with 1 additions and 10 deletions

View File

@ -3347,17 +3347,8 @@ void GUI_App::link_to_network_check()
else if (country_code == "CN") {
url = "https://status.bambulab.cn";
}
else if (country_code == "ENV_CN_DEV") {
url = "https://status.bambu-lab.com";
}
else if (country_code == "ENV_CN_QA") {
url = "https://status.bambu-lab.com";
}
else if (country_code == "ENV_CN_PRE") {
url = "https://status.bambu-lab.com";
}
else {
url = "https://status.bambu-lab.com";
url = "https://status.bambulab.com";
}
wxLaunchDefaultBrowser(url);
}