展示类
按钮和表单
盒子/列表/面包屑/分页
提示和标签

login2

// 成功返回
{
    status: 'success',
    data: {
        href: '/index/?将要跳转的地址'
    }
}
// 失败返回
{
    status: 'error',
    msg: '登录失败原因'
}

./iframe.html


<iframe src="./iframe.html" style="width:100%;height:500px;" frameborder="0"></iframe>