测试环境http,线上环境https,在测试环境下测试不出问题,在线上window.open就失灵
解决方案
var newwindow = window.open('_blank')
newwindow.location = `输入要跳转的地址即可`
测试环境http,线上环境https,在测试环境下测试不出问题,在线上window.open就失灵
解决方案
var newwindow = window.open('_blank')
newwindow.location = `输入要跳转的地址即可`