update
1.im聊天可以添加其他用户(专业人员) 2.更新im打包文件
This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user