function loginOut(){ layer.confirm('确定要退出登录吗?', { btn : [ '确定', '取消' ] // 按钮 }, function() { window.document.location.href="/logout"; }, function() { }); }