This commit is contained in:
이진석
2020-02-05 16:49:56 +09:00
parent 8ac66c6e5a
commit 86d321737c

View File

@@ -37,7 +37,6 @@
const { data } = await authApi.session();
this.user = data;
} catch (err) {
console.log(err);
await this.$router.replace('/auth/login');
}
}
@@ -45,8 +44,5 @@
</script>
<style scoped>
.row {
display: flex;
justify-content: space-between;
}
</style>