From 1e76418569482550c51d040100fd319bf3be7485 Mon Sep 17 00:00:00 2001 From: leejinho Date: Mon, 17 Feb 2020 10:49:21 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9B=B9=EB=A7=81=ED=81=AC=20=EC=A0=95?= =?UTF-8?q?=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../native/components/top-bar.component.ts | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 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 80159b4c..c86bc5a7 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 @@ -429,18 +429,17 @@ export class TopBarComponent implements OnInit, OnDestroy { // height = 1000; // } // break; + case WebLinkType.Conf: + /** 화상회의 URL */ + { + } + break; case WebLinkType.Itsvcdesk: /** IT서비스데스크 URL */ case WebLinkType.Dsp: - /** DSP URL */ - { - openType = 'DEFAULT-BROWSER'; - } - break; + /** DSP URL */ case WebLinkType.Webhard: /** 웹하드 URL */ - case WebLinkType.Conf: - /** 화상회의 URL */ case WebLinkType.Ep: /** EP URL */ case WebLinkType.Sop: @@ -461,6 +460,9 @@ export class TopBarComponent implements OnInit, OnDestroy { /** 결재링크 URL */ case WebLinkType.ChgPassword: /** 비밀번호변경 URL ; PC 메신저만 해당 비밀번호 만료시 */ + { + openType = 'DEFAULT-BROWSER'; + } break; }