|
@@ -13,7 +13,7 @@ export default {
|
|
|
return {
|
|
return {
|
|
|
redirect: undefined,
|
|
redirect: undefined,
|
|
|
timer: null,
|
|
timer: null,
|
|
|
- iframe: 'https://cloud.cocorobo.hk/aigpt/'
|
|
|
|
|
|
|
+ iframe: 'https://cloud.cocorobo.hk/#/cocoai'
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
computed: {
|
|
computed: {
|
|
@@ -51,7 +51,7 @@ export default {
|
|
|
// this.timer = setInterval(() => {
|
|
// this.timer = setInterval(() => {
|
|
|
// this.getLogin()
|
|
// this.getLogin()
|
|
|
// }, 2000)
|
|
// }, 2000)
|
|
|
- this.iframe = `https://cloud.cocorobo.hk/aigpt/?userid=${this.userinfo.userid}&oid=${this.userinfo.organizeid}&org=${this.userinfo.org}&role=${this.userinfo.role}`
|
|
|
|
|
|
|
+ // this.iframe = `https://cloud.cocorobo.hk/aigpt/?userid=${this.userinfo.userid}&oid=${this.userinfo.organizeid}&org=${this.userinfo.org}&role=${this.userinfo.role}`
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
</script>
|
|
</script>
|