This commit is contained in:
xiaozhiyong
2023-02-23 10:23:07 +08:00
parent 270ff52073
commit b202072939
5 changed files with 6 additions and 6 deletions

View File

@@ -155,7 +155,7 @@ export default {
return;
}
localStorage.setItem("token", res.data.accessToken);
localStorage.setItem("customerToken", res.data.accessToken);
this.$router.replace("/");
})
.catch(() => {