From f07405d8787e8bbd43453c81ec4f599dc34153b9 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期三, 02 四月 2025 16:44:34 +0800 Subject: [PATCH] Merge branch 'master' into huishui_iframe --- 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 291abd6..1262e25 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="!isSharePage"> + <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"> @@ -95,7 +95,6 @@ <script setup lang="ts"> import { Search } from '@element-plus/icons-vue'; -import { groupBy } from 'lodash'; import { computed, reactive, ref, watch } from 'vue'; import { activeGroupType, @@ -108,6 +107,7 @@ setRoomConfig, } from '/@/stores/chatRoom'; import { convertListToTree } from '/@/utils/util'; +import { groupBy } from 'lodash-es'; let state = reactive({ activeBusinessName: '', //鍦烘櫙 activeBusinessChildName: '', -- Gitblit v1.9.3