From f2887eb01cb64b84f8d31d33515f0d3fd6e47172 Mon Sep 17 00:00:00 2001 From: leejinho Date: Thu, 2 Jan 2020 08:43:54 +0900 Subject: [PATCH] =?UTF-8?q?=EB=82=B4=20=ED=94=84=EB=A1=9C=ED=95=84=20?= =?UTF-8?q?=EC=9C=84=EC=B9=98=20=EC=88=98=EC=A0=95=20=ED=9B=84=20=EB=B0=9C?= =?UTF-8?q?=EC=83=9D=ED=95=98=EB=8A=94=20=EB=B2=84=EA=B7=B8=20=EC=88=98?= =?UTF-8?q?=EC=A0=95.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../app/layouts/native/components/top-bar.component.ts | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/projects/ucap-webmessenger-app/src/app/layouts/native/components/top-bar.component.ts b/projects/ucap-webmessenger-app/src/app/layouts/native/components/top-bar.component.ts index 93559fa7..336d5cf8 100644 --- a/projects/ucap-webmessenger-app/src/app/layouts/native/components/top-bar.component.ts +++ b/projects/ucap-webmessenger-app/src/app/layouts/native/components/top-bar.component.ts @@ -78,9 +78,6 @@ export class TopBarComponent implements OnInit, OnDestroy { private daesangProtocolService: DaesangProtocolService, private logger: NGXLogger ) { - this.sessionVerinfo = this.sessionStorageService.get( - KEY_VER_INFO - ); } ngOnInit() { @@ -96,6 +93,10 @@ export class TopBarComponent implements OnInit, OnDestroy { KEY_LOGIN_INFO ); + this.sessionVerinfo = this.sessionStorageService.get( + KEY_VER_INFO + ); + // WebLink init.. this.initWebLink(); }) @@ -105,6 +106,7 @@ export class TopBarComponent implements OnInit, OnDestroy { this.updateInfo$ = this.store.pipe( select(AppStore.SettingSelector.UpdateSelector.updateInfo) ); + } initWebLink(): void {