From 2e4b7e6093d4809f8f86ba25553e127649367586 Mon Sep 17 00:00:00 2001
From: Mila <Mila@pollex.com.tw>
Date: 星期二, 19 十月 2021 18:27:44 +0800
Subject: [PATCH] TODO#128338 功能頁面串接

---
 PAMapp/components/NavBar.vue |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/PAMapp/components/NavBar.vue b/PAMapp/components/NavBar.vue
index 1ba5353..2de27f4 100644
--- a/PAMapp/components/NavBar.vue
+++ b/PAMapp/components/NavBar.vue
@@ -1,3 +1,9 @@
 <template>
-    <div>navbar</div>
+    <div>Header
+        <el-button @click="$router.push('/login')">��</el-button>
+        <el-button @click="$router.push('/notification')">���</el-button>
+        <el-button @click="$router.push('/accountSetting')">�犖撣唾�身摰�</el-button>
+        <el-button @click="$router.push('/record/contactRecord')">�������</el-button>
+        <el-button @click="$router.push('/contactList/consultantList')">���蝯⊥�</el-button>
+    </div>
 </template>
\ No newline at end of file

--
Gitblit v1.8.0