From 88c0ce22c0ac2490a2daacc6ceb8ede16f752805 Mon Sep 17 00:00:00 2001
From: 杨磊 <505174330@qq.com>
Date: 星期日, 24 八月 2025 14:18:17 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/xiehe_website

---
 src/views/classManage/interactionDetail.vue |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/views/classManage/interactionDetail.vue b/src/views/classManage/interactionDetail.vue
index eae93e5..7da4da6 100644
--- a/src/views/classManage/interactionDetail.vue
+++ b/src/views/classManage/interactionDetail.vue
@@ -187,7 +187,7 @@
 }
 
 onMounted(() => {
-  defaultCmsPath.value = classInfo.bookRefCode ? 'digitalTextbooks' : 'defaultGoodsStore3'
+  defaultCmsPath.value = classInfo.bookRefCode ? '*' : 'defaultGoodsStore3'
   getMessage()
 })
 
@@ -200,7 +200,6 @@
       path: defaultCmsPath.value,
       queryType: '*',
       productId: classInfo.bookId,
-      storeInfo: defaultCmsPath.value,
       cmsPath: item.path,
       itemFields: {
         Embedded_QuestionBank_AnalysisCon: [],

--
Gitblit v1.9.1