From 83dad9ad6220bce0f9c5363db411b5b95dfe2297 Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Mon, 1 Sep 2025 17:23:19 +0800 Subject: [PATCH] =?UTF-8?q?host=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/host.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/host.js b/src/utils/host.js index 9881f9d..821d99d 100644 --- a/src/utils/host.js +++ b/src/utils/host.js @@ -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";