[대상향] 프로필 이미지 풀패스로 유입되는 건에 대한 처리.
This commit is contained in:
parent
93c7991e20
commit
f69f7a5382
|
@ -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()
|
||||
) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user