SanHQin 11 月之前
父节点
当前提交
140c9d9d14
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/views/pocAiClassroom/pocClass.vue

+ 2 - 1
src/views/pocAiClassroom/pocClass.vue

@@ -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: {