|
|
@@ -17,12 +17,11 @@ export default {
|
|
|
org: this.$store.state.user.userinfo.org,
|
|
|
oid: this.$store.state.user.userinfo.organizeid,
|
|
|
type:this.$route.query.type,
|
|
|
- src:"https://beta.cloud.cocorobo.cn/aigpt/#/js?active_role=3"
|
|
|
+ src:"https://beta.cloud.cocorobo.cn/aigpt/#/js?muti_agent_id=798c3511-6b32-11ef-8ce0-12e77c4cb76b&isPbl=false&session_id=merenduihua444"
|
|
|
};
|
|
|
},
|
|
|
methods: {
|
|
|
back(){
|
|
|
- window.localStorage.setItem("showDialog",1)
|
|
|
this.$router.go(-1)
|
|
|
}
|
|
|
},
|
|
|
@@ -30,14 +29,15 @@ 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`;
|
|
|
+ this.src = `https://beta.cloud.cocorobo.cn/aigpt/#/js?muti_agent_id=798c3511-6b32-11ef-8ce0-12e77c4cb76b&isPbl=false&session_id=${this.userId}`;
|
|
|
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`;
|
|
|
+ this.src = `https://beta.cloud.cocorobo.cn/aigpt/#/js?muti_agent_id=a9883cc4-6c3d-11ef-8ce0-12e77c4cb76b&isPbl=false&session_id=${this.userId}`;
|
|
|
console.log(3)
|
|
|
}
|
|
|
+ window.localStorage.setItem("showDialog",JSON.stringify({type:1,time:new Date().getTime()}))
|
|
|
}
|
|
|
};
|
|
|
</script>
|