gaoluyang
2026-06-24 b9a81d64cc965102c2adb70dee1d5a7397da5716
src/views/im/home/components/rtc/rtc-group-call-banner.vue
@@ -1,9 +1,9 @@
<script lang="ts" setup>
import { computed, ref, watch } from 'vue'
import { DICT_TYPE } from '..\..\..\..\..\packages\constants\src'
import { getDictLabel } from '..\..\..\..\..\packages\effects\hooks\src'
import { IconifyIcon as Icon } from '..\..\..\..\..\packages\icons\src'
import { DICT_TYPE } from '../../../../../packages/constants/src'
import { getDictLabel } from '../../../../../packages/effects/hooks/src'
import { IconifyIcon as Icon } from '../../../../../packages/icons/src'
import { message, Popover } from 'ant-design-vue'