@ -134,7 +134,9 @@ export default {
go2('page-view', { title: '实名认证', url: encodeURIComponent(res) })
// #endif
// #ifdef H5
window ? (window.location.href = res) : ''
if (window) {
window.location.href = res
}
})