From 62e1eff1cf61d40cb99f3dde1f9d03a581878d2d Mon Sep 17 00:00:00 2001 From: lingling <1077478963@qq.com> Date: Tue, 18 Feb 2025 22:07:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E5=89=8D=E7=AB=AF=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=BC=BA=E5=88=B6=E8=B7=B3=E8=BD=AChttps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/public/index.html b/public/index.html index 960d4ed..f3800a9 100644 --- a/public/index.html +++ b/public/index.html @@ -80,10 +80,6 @@ e.preventDefault() }) - if (window.location.protocol === 'http:') { // http 强制改成 https - window.location.href = window.location.href.replace('http:', 'https:'); - } - }