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>