From 56797d44dfb07d7d5ec998e81161d83214dce694 Mon Sep 17 00:00:00 2001
From: admin <344137771@qq.com>
Date: Wed, 14 Jan 2026 17:43:34 +0800
Subject: [PATCH] 1
---
src/layouts/BasicLayout.vue | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/src/layouts/BasicLayout.vue b/src/layouts/BasicLayout.vue
index 9e8803a..35eebe4 100644
--- a/src/layouts/BasicLayout.vue
+++ b/src/layouts/BasicLayout.vue
@@ -48,6 +48,7 @@
<global-footer />
</template>
<router-view />
+ <notification-badge />
</pro-layout>
</template>
@@ -61,6 +62,7 @@
import RightContent from '@/components/GlobalHeader/RightContent'
import GlobalFooter from '@/components/GlobalFooter'
import Ads from '@/components/Other/CarbonAds'
+import NotificationBadge from '@/components/NotificationBadge'
export default {
name: 'BasicLayout',
@@ -68,7 +70,8 @@
SettingDrawer,
RightContent,
GlobalFooter,
- Ads
+ Ads,
+ NotificationBadge
},
data () {
return {
--
Gitblit v1.9.3