From c41bbd288be130db3e457af5106961eb3fe482ee Mon Sep 17 00:00:00 2001 From: daihh Date: Wed, 22 Jun 2022 11:54:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E6=B3=A8=E9=87=8A=E6=8D=A2ur?= =?UTF-8?q?l?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/portal/case/Detail.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/portal/case/Detail.vue b/src/views/portal/case/Detail.vue index c65c082e..3d72a8ec 100644 --- a/src/views/portal/case/Detail.vue +++ b/src/views/portal/case/Detail.vue @@ -225,8 +225,8 @@ export default { timedOut = true; xmlhttp.abort(); }, 5000); - // xmlhttp.open("HEAD", "http://10.251.132.75/web",true); - xmlhttp.open("HEAD", "https://u-pre.boe.com/web",true); + xmlhttp.open("HEAD", "http://10.251.132.75/web",true); + //xmlhttp.open("HEAD", "https://u-pre.boe.com/web",true); xmlhttp.send(); xmlhttp.onreadystatechange=function() { // console.log(xmlhttp.readyState,"xmlhttp.readyState");