lxr 2 месяцев назад
Родитель
Сommit
7147b54f41
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/layouts/components/Header/components/NotificationDrawerContent.vue

+ 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");
     emit("close");
     router.push({ path: "/feedback/detail", query: { id: String(item.feedbackId) } });
     router.push({ path: "/feedback/detail", query: { id: String(item.feedbackId) } });
     return;
     return;