thirdpayment
elf 11 months ago
parent 39e58147b4
commit 47da0be3e9

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

Loading…
Cancel
Save