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:');
- }
-
}