This commit is contained in:
xiaozhiyong
2023-03-01 14:01:28 +08:00
parent 22c8d4d6dc
commit f9687b9e0f
4 changed files with 68 additions and 25 deletions

View File

@@ -145,6 +145,7 @@ export default {
networkId,
})
.then((res) => {
this.loading = false;
if (res && res.code === 42014) {
serve
.getRefineryByCustomerId(this.loginForm.username)
@@ -154,7 +155,6 @@ export default {
});
return;
}
console.log()
localStorage.setItem("customerToken", res.data.accessToken);
this.$router.replace("/");
})