From 17a8ef06818652ce64439e4d0151751765fec5cf Mon Sep 17 00:00:00 2001 From: daihh Date: Thu, 23 Jun 2022 17:08:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/portal/case/Detail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/portal/case/Detail.vue b/src/views/portal/case/Detail.vue index 7f2595ca..977ac84a 100644 --- a/src/views/portal/case/Detail.vue +++ b/src/views/portal/case/Detail.vue @@ -220,7 +220,7 @@ export default { timedOut = true; xmlhttp.abort(); }, 5000); - xmlhttp.open("HEAD", "http://uapi.boe.com.cn",true); + xmlhttp.open("HEAD", window.location.protocol+"//uapi.boe.com.cn",true); xmlhttp.send(); xmlhttp.onreadystatechange=function() { if (xmlhttp.readyState==4) {