프로필 > 프로필 이미지 선택시 원본보기 > default 이미지 수정.

This commit is contained in:
leejinho 2020-03-17 16:29:42 +09:00
parent 40ebe202f0
commit 9b02d4bbfb
2 changed files with 1 additions and 1 deletions

View File

@ -467,7 +467,7 @@ export class ProfileDialogComponent implements OnInit, OnDestroy {
const imageOnlyData: ImageOnlyDataInfo = {
imageUrl: this.userInfo.profileImageFile,
imageRootUrl: this.sessionVerinfo.profileRoot,
defaultImage: 'assets/images/img_nophoto_50.png',
defaultImage: 'assets/images/no_image.png',
fileName: this.userInfo.name
};

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB