#
luxiaotao1123
2021-05-22 afa932ae2b36361e5130ac8116faf7a9e9ba77db
src/main/webapp/views/home/console.html
@@ -170,6 +170,7 @@
            },
            error:function(){
            }
        });
    }
@@ -276,7 +277,7 @@
            },
            done: function(res, curr, count) {
                if (res.code === 403) {
                    top.location.href = baseUrl+"/";
                    top.location.href = baseUrl+"/views/login.html";
                }
                pageCurr=curr;
            }