查看: 4548|回复: 1

门户页面如何注销

升级   10%

1

主题

0

回帖

5

积分

新手上路

Rank: 1

积分
5
发表于 2019-10-21 09:53:51 | 显示全部楼层 |阅读模式
门户页面如何注销
回复

使用道具 举报

升级   100%

138

主题

1万

回帖

3万

积分

超级版主

Rank: 8Rank: 8

积分
37517
发表于 2019-10-21 10:42:09 | 显示全部楼层
可以直接调用接口
http://域名:端口/x_organization_assemble_authentication/jaxrs/authentication
如果没改过端口 端口号一般是20020



或者  写一个函数,,但是最终也是调用接口


window.logout = function(){
    if( layout.desktop.top ){
    layout.desktop.top.logout();
    }else if( layout.authentication ){
        layout.authentication.logout();
    }else{
        MWF.Actions.get("x_organization_assemble_authentication").logout(function(){
            window.location.reload();
        }.bind(this));
    }
}
回复

使用道具 举报

发表回复

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

本版积分规则

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