프로필 > 프로필 이미지 선택시 원본보기 > default 이미지 수정.
This commit is contained in:
parent
40ebe202f0
commit
9b02d4bbfb
|
@ -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
|
||||
};
|
||||
|
||||
|
|
BIN
projects/ucap-webmessenger-app/src/assets/images/no_image.png
Normal file
BIN
projects/ucap-webmessenger-app/src/assets/images/no_image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.4 KiB |
Loading…
Reference in New Issue
Block a user