|
清理一下浏览器绶存,刷新下页面,还是退不出来 、
急求 解决
管理员:你好,请提供一下你的地址。
一般情况下,检查JS文件夹中的frcmsmain.js中是否有错。
function Check_loginout(path){
$.ajax({
type: "get",
url: path+'login.php?do=loginout;t=ajax;g_t=' + new Date().getTime(),
success: function(msg){
var msgshow;
msgshow=msg.substr(8);
$.dialog({
id: 'alertdiv',
width: '300px',
content: msgshow,
yesFn: function(){
Get_login(path+'logins.php?t=ajax;g_t=' + new Date().getTime());
}
});
}
});
} |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?注册会员
×
|