wip: 消息通知

This commit is contained in:
pany
2022-10-27 18:21:25 +08:00
parent 8140c25601
commit da63f9e204
2 changed files with 97 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ import Breadcrumb from "../Breadcrumb/index.vue"
import Hamburger from "../Hamburger/index.vue"
import ThemeSwitch from "@/components/ThemeSwitch/index.vue"
import Screenfull from "@/components/Screenfull/index.vue"
import Notify from "@/components/Notify/index.vue"
const router = useRouter()
const appStore = useAppStore()
@@ -41,6 +42,7 @@ const logout = () => {
<div class="right-menu">
<Screenfull v-if="showScreenfull" class="right-menu-item" />
<ThemeSwitch v-if="showThemeSwitch" class="right-menu-item" />
<Notify class="right-menu-item" />
<el-dropdown class="right-menu-item">
<el-avatar :icon="UserFilled" :size="34" />
<template #dropdown>