开发:变更服务url

pull/2553/MERGE
ChenX 8 months ago
parent ce50187493
commit 20aeccb2d4

@ -4,7 +4,7 @@ function GetCurHost()
if (searchParams.has("server"))
return searchParams.get("server");
else if (globalThis.location?.hostname === "cfcad.cn" || globalThis.location?.hostname === "www.cfcad.cn")
return "https://cad.leye.site";//api.cfacd.cn
return "https://api.cfacd.cn";
else
return "https://tapi.cfcad.cn:7779";
}

Loading…
Cancel
Save