From ac5cf6077ccdb215cd9fd9c2bccde90855bf50dc Mon Sep 17 00:00:00 2001 From: yoon Date: Sat, 22 Feb 2025 14:02:05 +0900 Subject: [PATCH] =?UTF-8?q?default=20img=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/user/UserList.vue | 5 ++--- src/layouts/TheTop.vue | 4 +++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/components/user/UserList.vue b/src/components/user/UserList.vue index a216483..27f81e6 100644 --- a/src/components/user/UserList.vue +++ b/src/components/user/UserList.vue @@ -15,8 +15,9 @@ user @@ -31,9 +32,7 @@ import $api from '@api'; const emit = defineEmits(['user-list-update']); const userStore = useUserStore(); const userList = ref([]); -const profilePath = ref(null); const baseUrl = $api.defaults.baseURL.replace(/api\/$/, ''); -const defaultProfile = "/img/icons/icon.png"; const props = defineProps({ projctSeq: { diff --git a/src/layouts/TheTop.vue b/src/layouts/TheTop.vue index 1d45645..9957c39 100644 --- a/src/layouts/TheTop.vue +++ b/src/layouts/TheTop.vue @@ -152,7 +152,7 @@