From f41e52e3debf30558d556dc0451776f5422fb9b8 Mon Sep 17 00:00:00 2001
From: yangyin <1850366751@qq.com>
Date: 星期五, 08 十一月 2024 14:20:02 +0800
Subject: [PATCH] Merge branch 'test' of http://47.103.154.90:83/r/WI/Web.V1.0 into test

---
 src/components/drawer/CustomDrawer.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/drawer/CustomDrawer.vue b/src/components/drawer/CustomDrawer.vue
index b64d039..e6f1c27 100644
--- a/src/components/drawer/CustomDrawer.vue
+++ b/src/components/drawer/CustomDrawer.vue
@@ -1,6 +1,6 @@
 <template>
 	<div class="relative h100" v-loading="loadingData" :style="`width: ${rightBox}px;transition: 0.7s ease-in;`">
-		<div class="retract_icon" @click="toggleShow" v-if="chatDisplayMode==='default'">
+		<div class="retract_icon" @click="toggleShow" v-if="!isSharePage">
 			<i class="text-[#fff] transition-all" :class="isShow ? 'ywifont ywicon-zuoyoujiantou1' : 'ywifont ywicon-zuoyoujiantou'"></i>
 		</div>
 		<div class="pc-mouldboard column exampleSlide">
@@ -195,8 +195,8 @@
 	activeRoomId,
 	activeSampleId,
 	activeSectionAId,
-	chatDisplayMode,
 	exampleSceneList,
+	isSharePage,
 	sceneGroupList,
 	sectionAList,
 	setRoomConfig,

--
Gitblit v1.9.3