Commit 3fc5e8ea by qlintonger xeno

Merge remote-tracking branch 'origin/master'

parents 158480d2 434dad13
......@@ -32,6 +32,7 @@ import { allOtherChattersIdSet } from 'AnyR/states/chatChannelStates'
import useContactsStore from '@/store/contacts/'
import { storeToRefs } from 'pinia'
import { useFullscreen } from '@vueuse/core'
import { Message } from '@arco-design/web-vue'
const inCenterUserVideoId = ref('')
......@@ -41,6 +42,7 @@ onMounted(function () {
function idChangedHere(id: any) {
inCenterUserVideoId.value = id
Message.info('切换成功')
}
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