에러 해결
This commit is contained in:
parent
cc8e347aa9
commit
0c32f26701
@ -311,7 +311,9 @@
|
||||
await userStore.userInfo();
|
||||
user.value = userStore.user;
|
||||
|
||||
await projectStore.getProjectList('', '', 'true');
|
||||
if (authStore.isAuthenticated) {
|
||||
await projectStore.getProjectList('', '', 'true');
|
||||
}
|
||||
|
||||
// 사용자가 참여하고 있는 프로젝트 목록
|
||||
await projectStore.getMemberProjects();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user