wei.zhang2 2017-10-16 14:39:09 +08:00
parent 470b210f65
commit 69442163a9
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ function logout(){
type : 'get',
url : '/logout',
success : function(data) {
localStorage.removeItem("token");
location.href='/login.html';
}
});