1.im聊天可以添加其他用户(专业人员)
2.更新im打包文件
This commit is contained in:
2025-11-11 16:43:21 +08:00
parent 66a0c2f4d6
commit 0b9c9d497e
279 changed files with 23084 additions and 2531 deletions
@@ -21,6 +21,8 @@
id="iframeRef"
ref="iframeRef"
class="iframe"
sandbox="allow-same-origin allow-scripts allow-popups allow-forms allow-camera allow-microphone"
allow="camera; microphone"
:src="`${imAddressSrc}isSpecialized=true&${qs.stringify(props.imProps)}&sessionId=${route.query?.sessionId}`"
></iframe>
</div>
@@ -166,6 +168,7 @@
import { imAddressSrc } from '/@/utils/imAddressSrc';
import { useRoute } from 'vue-router';
import { message } from 'ant-design-vue';
const props = defineProps({
imProps: Object,
});
@@ -216,6 +219,9 @@
case 'closeLoading':
closeLoading();
break;
case 'permissionError':
message.error(result.msg);
break;
}
};
const closeLoading = () => {