所有问题解决方案
我们都已亲身测试

使用SSL安全协议后,访问跳转到https,JS脚本

使用SSQL安全协议后,访问站点跳转https,JS脚本。修改红色内的域名,如:主控端域名“demo.idcsystem.com”,你就设置“idcsystem.com”,因为脚本的参数是链接包含“idcsystem.com”就会跳转到https!
注:这样设置,不会影响到代理独立域名的访问!

var cProtocol = document.location.protocol;
if (cProtocol != ‘https:’&& document.location.href.indexOf(“idcsystem.com”) > -1) {
top.location = curl.replace(‘http://’, ‘https://’);
}

赞(0)
未经允许不得转载:无忧解决网 » 使用SSL安全协议后,访问跳转到https,JS脚本

登录

找回密码

注册