lxr 2 hónapja
szülő
commit
7147b54f41

+ 2 - 2
src/layouts/components/Header/components/NotificationDrawerContent.vue

@@ -687,8 +687,8 @@ async function handleViewDetail(item: NoticeItem) {
     }
   }
 
-  // 系统通知 - 意见反馈回复通知:跳转反馈详情页(与商家端 s-informList 一致)
-  if (activeCategory.value === "system" && item.feedbackId != null) {
+  // 意见反馈回复通知:跳转反馈详情页
+  if (item.title === "意见反馈回复通知" && item.feedbackId != null) {
     emit("close");
     router.push({ path: "/feedback/detail", query: { id: String(item.feedbackId) } });
     return;