退出登录系统代码

1     // 登出系统
2     $('#logout').on('click',function(){
3         var url ='/index.html';
4         common.logOut('退出登录提示!','你真的确定要退出系统吗?',url);
5     });

 

posted @ 2018-04-26 08:44  前端极客  阅读(744)  评论(0编辑  收藏  举报