From 3960a146999f82053bec81333095b0637f7738b2 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期一, 12 一月 2026 13:20:24 +0800
Subject: [PATCH] fix: 完成消息通知

---
 src/layout/components/NotificationCenter/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/layout/components/NotificationCenter/index.vue b/src/layout/components/NotificationCenter/index.vue
index 2864aae..ea365ee 100644
--- a/src/layout/components/NotificationCenter/index.vue
+++ b/src/layout/components/NotificationCenter/index.vue
@@ -137,7 +137,7 @@
 // 纭娑堟伅
 const handleConfirm = async (messageId) => {
   try {
-    const res = await confirmMessage(messageId)
+    const res = await confirmMessage(messageId, 1)
     if (res.code === 200) {
       ElMessage.success('纭鎴愬姛')
       // 鏍囪涓哄凡璇�

--
Gitblit v1.9.3