import { redirect } from 'iflyjs' redirect('https://www.baidu.com')
function redirect(url: string) { window.location.href = url }