This commit is contained in:
恍兮惚兮 2024-08-08 02:11:23 +08:00
parent 0ce48297a1
commit 4c6b09534f

View File

@ -165,5 +165,5 @@ window.onpopstate = function (event) {
function tohomeurl() {
var hostname = window.location.hostname;
window.open(window.location.protocol + hostname.substring(5));
window.open(window.location.protocol + '//' + hostname.substring(5));
}