diff --git a/src/components/Notify/index.vue b/src/components/Notify/index.vue
new file mode 100644
index 0000000..2422953
--- /dev/null
+++ b/src/components/Notify/index.vue
@@ -0,0 +1,95 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.name }}
+
+
+ 测试数据
+
+
+
+ 查看{{ activeName }}历史
+
+
+
+
+
+
+
diff --git a/src/layout/components/NavigationBar/index.vue b/src/layout/components/NavigationBar/index.vue
index e2fbdf4..ec29915 100644
--- a/src/layout/components/NavigationBar/index.vue
+++ b/src/layout/components/NavigationBar/index.vue
@@ -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 = () => {