This commit is contained in:
lixuan
2023-02-27 16:59:16 +08:00
parent 35b9b892a9
commit 0d3a4868f1
9 changed files with 295 additions and 86 deletions

View File

@@ -154,7 +154,7 @@ export default {
});
return;
}
console.log()
localStorage.setItem("customerToken", res.data.accessToken);
this.$router.replace("/");
})