admin管理员组

文章数量:1538806

链接不是HTTPS的,认为不安全,替换成https就可以了
// 打开或下载文件
function openFile(extension,file_url){
    let replace = file_url.replace('http:','https:');
    window.open(replace)
}

本文标签: 无法打开浏览器链接文件Google