This commit is contained in:
leejinseok
2020-02-14 16:43:39 +09:00
parent edb911d6d7
commit 09cfd1c15c

View File

@@ -41,7 +41,8 @@
const {data} = await authService.session();
this.user = data;
} catch (err) {
await this.$router.replace("/auth/login");
console.log(err);
this.$router.back();
}
}
};