[대상향] 프로필 이미지 풀패스로 유입되는 건에 대한 처리.

This commit is contained in:
leejinho 2019-12-19 08:49:31 +09:00
parent 93c7991e20
commit f69f7a5382

View File

@ -43,8 +43,8 @@ export class ImageDirective implements OnInit, AfterViewInit, OnChanges {
ngOnInit(): void {
if (this.validation) {
if (
!this.base ||
'' === this.base.trim() ||
// !this.base ||
// '' === this.base.trim() ||
!this.path ||
'' === this.path.trim()
) {