Commit b2dc44f6 by pangchong

feat: 优化

parent c9a8a512
...@@ -32,6 +32,7 @@ import { allOtherChattersIdSet } from 'AnyR/states/chatChannelStates' ...@@ -32,6 +32,7 @@ import { allOtherChattersIdSet } from 'AnyR/states/chatChannelStates'
import useContactsStore from '@/store/contacts/' import useContactsStore from '@/store/contacts/'
import { storeToRefs } from 'pinia' import { storeToRefs } from 'pinia'
import { useFullscreen } from '@vueuse/core' import { useFullscreen } from '@vueuse/core'
import { Message } from '@arco-design/web-vue'
const inCenterUserVideoId = ref('') const inCenterUserVideoId = ref('')
...@@ -41,6 +42,7 @@ onMounted(function () { ...@@ -41,6 +42,7 @@ onMounted(function () {
function idChangedHere(id: any) { function idChangedHere(id: any) {
inCenterUserVideoId.value = id inCenterUserVideoId.value = id
Message.info('切换成功')
} }
const userVideoContainerSet = computed(function () { const userVideoContainerSet = computed(function () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment