console 제거
This commit is contained in:
parent
fb8c00fd6b
commit
003e9da85e
@ -123,7 +123,6 @@
|
||||
|
||||
// 프로필 이미지 경로 설정
|
||||
const getProfileImage = profileImg => {
|
||||
console.log('profileImg: ', profileImg);
|
||||
return profileImg && profileImg != '' ? `${baseUrl}upload/img/profile/${profileImg}` : defaultProfile;
|
||||
};
|
||||
</script>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user