From d3cea0ff3bcabecc8859f5780235b7f8df547f13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E7=AB=A5=E5=B4=87?= <792998983@qq.com> Date: Fri, 17 Sep 2021 16:22:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8C=87=E5=90=91=E8=B7=AF?= =?UTF-8?q?=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/military/fetch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/military/fetch.js b/src/military/fetch.js index 229d294a..ef9154d9 100644 --- a/src/military/fetch.js +++ b/src/military/fetch.js @@ -12,7 +12,7 @@ if (window.location.href.indexOf('localhost') > -1) { actionUrl='https://taskapi.osredm.com'; }else if(window.location.href.indexOf('noticeweb.osredm') > -1){ actionUrl="https://taskapi.osredm.com"; -}else if(window.location.href.indexOf('https://osredm.com')>-1){ +}else if(window.location.href.indexOf('forge.osredm.com')>-1){ actionUrl="https://info.osredm.com"; } export const httpUrl=actionUrl;