From fe27b6242f9732b9443c76af683cfb6442f5bc55 Mon Sep 17 00:00:00 2001
From: 李 <344137771@qq.com>
Date: Wed, 29 Apr 2026 14:22:41 +0800
Subject: [PATCH] 更新为3.29
---
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