修改bug

This commit is contained in:
2026-04-20 20:36:59 +08:00
parent 6b563f728f
commit 571e149313
11 changed files with 114 additions and 76 deletions

View File

@ -216,6 +216,7 @@ const getLoginAccountInfo =() =>{
// 加入会议
const openInit = (it,type) =>{
log(it,type,'=======加入会议');
modleType.value = type;
if(type == '会议'){
//判断是否有会议号
@ -241,6 +242,7 @@ const openInit = (it,type) =>{
onMounted(()=>{
console.log('组件挂载了');
jsonData.value = require('./components/zh_CN.json');
nextTick(()=>{
Init();