|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<div class="chatArea">
|
|
|
<bar :backPage="1" :tit="'物体的运动课程'"/>
|
|
|
- <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>
|
|
|
|
|
@@ -16,6 +16,7 @@ export default {
|
|
|
userId: this.$store.state.user.userinfo.userid,
|
|
|
org: this.$store.state.user.userinfo.org,
|
|
|
oid: this.$store.state.user.userinfo.organizeid,
|
|
|
+ src:"https://beta.cloud.cocorobo.cn/aigpt/#/js?active_role=0"
|
|
|
};
|
|
|
},
|
|
|
methods: {
|