diff --git a/src/components/user/UserList.vue b/src/components/user/UserList.vue index 835c7ff..16c6c12 100644 --- a/src/components/user/UserList.vue +++ b/src/components/user/UserList.vue @@ -15,7 +15,7 @@ user @@ -32,6 +32,7 @@ const emit = defineEmits(['user-list-update']); const userStore = useUserStore(); const userList = ref([]); const baseUrl = $api.defaults.baseURL.replace(/api\/$/, ''); +const defaultProfile = "/img/icons/icon.png"; const props = defineProps({ projctSeq: {