From b7f363f1077590c403570f7ea5c3bf1813812ac2 Mon Sep 17 00:00:00 2001 From: HelenHuang <LinHuang@pollex.com.tw> Date: 星期一, 06 十二月 2021 13:04:53 +0800 Subject: [PATCH] update: navbar - 移除 notifaction --- PAMapp/components/NavBar.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PAMapp/components/NavBar.vue b/PAMapp/components/NavBar.vue index ba27b33..c3fc5b3 100644 --- a/PAMapp/components/NavBar.vue +++ b/PAMapp/components/NavBar.vue @@ -7,8 +7,8 @@ <div class="pam-header__title--sub">�����兢蝳�風��</div> </div> <div class="pam-header__action-bar"> - <i class="icon-bell text--dark-blue cursor--pointer fix-chrome-click--issue" - @click="$router.push('/notification')"></i> + <!-- <i class="icon-bell text--dark-blue cursor--pointer fix-chrome-click--issue" + @click="$router.push('/notification')"></i> --> <el-dropdown :class="{'is-open':isOpenDropdown}" ref="dropdown" trigger="click" -- Gitblit v1.8.0