查看: 7122|回复: 1

怎么再首页完成 按钮的点击 退出登录

升级   1.29%

11

主题

11

回帖

129

积分

注册会员

Rank: 2

积分
129
发表于 2023-10-30 08:36:48 | 显示全部楼层 |阅读模式
click 事件怎么写,可以退出登录 注销
回复

使用道具 举报

升级   100%

139

主题

1万

回帖

4万

积分

超级版主

Rank: 8Rank: 8

积分
41458
发表于 2023-10-30 10:31:34 | 显示全部楼层
if( layout.desktop.logout ){
    layout.desktop.logout();
}else if( layout.desktop.top ){
    layout.isLogout = true;
    layout.desktop.top.logout();
}else if( layout.authentication ){
    layout.isLogout = true;
    layout.authentication.logout();
}else{
    this.Actions.get("x_organization_assemble_authentication").logout(function(){
        layout.isLogout = true;
        window.location.reload();
    }.bind(this));
}
您随便应用市场上的门户首页,右上角基本上都有退出的,参考一下
回复

使用道具 举报

发表回复

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

联系客服 关注微信 下载APP 返回顶部 返回列表
viewthread