From 1635eb83b7f52c52c61bab50c4c663d856756387 Mon Sep 17 00:00:00 2001 From: nisen Date: Sun, 8 Sep 2024 22:18:42 +0800 Subject: [PATCH] //uapi.boe.com.cn/500.html --- 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 bf733d64..f485b2ec 100644 --- a/src/views/portal/case/Detail.vue +++ b/src/views/portal/case/Detail.vue @@ -329,7 +329,7 @@ export default { timedOut = true; xmlhttp.abort(); }, 5000); - xmlhttp.open("HEAD", window.location.protocol + "//uapi.boe.com.cn", true); + xmlhttp.open("HEAD", window.location.protocol + "//uapi.boe.com.cn/500.html", true); xmlhttp.send(); xmlhttp.onreadystatechange = function () { if (xmlhttp.readyState == 4) {