Administrator
2018-12-26 0c27f3db502b4ba143fd678f1bd35740f048adef
Merge branch 'dev_lxw' of https://whyccjj@gitlab.com/whyclxw1/gx_tieta.git into dev_lxw
1个文件已修改
2 ■■■ 已修改文件
gx_tieta/WebRoot/js/base.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
gx_tieta/WebRoot/js/base.js
@@ -19,8 +19,8 @@
function exitUser(){
    $.post("LoginAction!exitUser",null,function(data){
        //console.info(data);
        window.location.replace("login.jsp");
    });
    window.location.replace("login.jsp");
}