项目上需要根据需求进行外部链接跳转 H5 window.location.href = `http://${jumpUrl}`; 移动端 plus.runtime.openURL(`http://${jumpUrl}`)