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

+ 1 - 1
src/views/pocAiClassroom/chatArea2.vue

@@ -23,7 +23,7 @@ export default {
 
   },
   mounted() {
-		this.src = `https://beta.cloud.cocorobo.cn/aigpt/#/js?muti_agent_id=90bec943-65cf-11ef-9db4-12e77c4cb76b&isPbl=false&session_id=${this.userId}`
+		this.src = `https://beta.cloud.cocorobo.cn/aigpt/#/js?muti_agent_id=90bec943-65cf-11ef-9db4-12e77c4cb76b&isPbl=false&session_id=${this.userId}-chat`
     console.log("聊聊天")
   }
 };

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

@@ -29,12 +29,12 @@ export default {
     if (this.type == 1) {
 			// 2.1
 			console.log("2.1课程")
-      this.src = `https://beta.cloud.cocorobo.cn/aigpt/#/js?muti_agent_id=798c3511-6b32-11ef-8ce0-12e77c4cb76b&isPbl=false&session_id=${this.userId}`;
+      this.src = `https://beta.cloud.cocorobo.cn/aigpt/#/js?muti_agent_id=798c3511-6b32-11ef-8ce0-12e77c4cb76b&isPbl=false&session_id=${this.userId}-21`;
 			console.log("5")
     } else if (this.type == 2) {
 			//2.2
 			console.log("2.2课程")
-      this.src = `https://beta.cloud.cocorobo.cn/aigpt/#/js?muti_agent_id=a9883cc4-6c3d-11ef-8ce0-12e77c4cb76b&isPbl=false&session_id=${this.userId}`;
+      this.src = `https://beta.cloud.cocorobo.cn/aigpt/#/js?muti_agent_id=a9883cc4-6c3d-11ef-8ce0-12e77c4cb76b&isPbl=false&session_id=${this.userId}-22`;
 			console.log(3)
     }
 		window.localStorage.setItem("showDialog",JSON.stringify({type:1,time:new Date().getTime()}))