|
|
|
@ -161,7 +161,7 @@
|
|
|
|
|
if (result.code != 1000) {
|
|
|
|
|
this.$message.error(response.data.message);
|
|
|
|
|
window.sessionStorage.removeItem('token');
|
|
|
|
|
window.location.href = '/login.html';
|
|
|
|
|
// window.location.href = '/login.html';
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
this.username = result.data.username;
|
|
|
|
|