// 成功返回 { status: 'success', data: { href: '/index/?将要跳转的地址' } } // 失败返回 { status: 'error', msg: '登录失败原因' }
./iframe.html
<iframe src="./iframe.html" style="width:100%;height:500px;" frameborder="0"></iframe>