|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<div class="chatArea">
|
|
|
- <iframe ref="iframeRef" class="ca_iframe" allow="camera *; microphone *;display-capture;midi;encrypted-media;" src="https://beta.cloud.cocorobo.cn/aigpt/#/js"></iframe>
|
|
|
+ <iframe ref="iframeRef" class="ca_iframe" allow="camera *; microphone *;display-capture;midi;encrypted-media;" :src="src"></iframe>
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
@@ -13,6 +13,7 @@ export default {
|
|
|
userId: this.$route.query.userid,
|
|
|
org: this.$route.query.org,
|
|
|
oid: this.$route.query.oid,
|
|
|
+ src:"https://beta.cloud.cocorobo.cn/aigpt/#/js?active_role=0"
|
|
|
};
|
|
|
},
|
|
|
methods: {
|