|
|
|
@ -114,9 +114,7 @@
|
|
|
|
|
},
|
|
|
|
|
async: false,
|
|
|
|
|
success: function (result) {
|
|
|
|
|
if (result.success) {
|
|
|
|
|
//存储csrf_token到本地存储器
|
|
|
|
|
//setCsrfLocalStorage(result);
|
|
|
|
|
if (result.success) {
|
|
|
|
|
window.location.href = '/QingLong/index.html';
|
|
|
|
|
} else {
|
|
|
|
|
alert(result.msg);
|
|
|
|
@ -170,8 +168,6 @@
|
|
|
|
|
$("#system_name").html(result.title);
|
|
|
|
|
$("#copyright").html(result.copy_right);
|
|
|
|
|
$('title').html(result.title);
|
|
|
|
|
//存储csrf_token到本地存储器
|
|
|
|
|
//setCsrfLocalStorage(result);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|