host修改

This commit is contained in:
zoujiandong 2025-09-01 17:23:19 +08:00
parent 5adc2d0594
commit 83dad9ad62

View File

@ -1,6 +1,6 @@
let host='';
let path=window.location.href;
if (path.indexOf("//prod-caseplatform.igandan.com") > 1 ) {
if (path.indexOf("//prod-caseplatform.igandan.com") > 1 || path.indexOf("//caseplatform.igandan.com") > 1) {
host = "https://prod-caseplatform.igandan.com";
} else {
host = "https://dev-caseplatform.igandan.com";