|
|
|
@ -107,7 +107,7 @@
|
|
|
|
|
return this.$message.error(response.data.message);
|
|
|
|
|
}
|
|
|
|
|
window.sessionStorage.setItem('token', result.data.token)
|
|
|
|
|
window.location.href = '/account.html';
|
|
|
|
|
// window.location.href = '/account.html';
|
|
|
|
|
})
|
|
|
|
|
.catch((error) => {
|
|
|
|
|
this.$message.error('请求错误');
|
|
|
|
|