|
@@ -49,9 +49,12 @@ export default {
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
gotype: this.$route.query.gotype,
|
|
gotype: this.$route.query.gotype,
|
|
|
|
+ useridL: this.$route.query.useridL,
|
|
oidL: this.$route.query.oid,
|
|
oidL: this.$route.query.oid,
|
|
orgL: this.$route.query.org,
|
|
orgL: this.$route.query.org,
|
|
- useridL: this.$route.query.userid,
|
|
|
|
|
|
+ role: this.$route.query.role,
|
|
|
|
+ tType: this.$route.query.tType,
|
|
|
|
+
|
|
opl:0,
|
|
opl:0,
|
|
barList: [
|
|
barList: [
|
|
{ name: this.lang.BasicData, ind: 1 },
|
|
{ name: this.lang.BasicData, ind: 1 },
|
|
@@ -68,9 +71,9 @@ export default {
|
|
},
|
|
},
|
|
backO(){
|
|
backO(){
|
|
if (this.$region == 'beta') {
|
|
if (this.$region == 'beta') {
|
|
- window.location.href = `https://beta.pbl.cocorobo.cn/pbl-teacher-table/dist/#/aiOffice?userid=${this.userid}&oid=${this.oid}&org=${this.org}&role=${this.role}&tType=${this.tType}`
|
|
|
|
|
|
+ window.location.href = `https://beta.pbl.cocorobo.cn/pbl-teacher-table/dist/#/aiOffice?userid=${this.useridL}&oid=${this.oidL}&org=${this.orgL}&role=${this.role}&tType=${this.tType}`
|
|
}else{
|
|
}else{
|
|
- window.location.href = `https://pbl.cocorobo.cn/pbl-teacher-table/dist/#/aiOffice?userid=${this.userid}&oid=${this.oid}&org=${this.org}&role=${this.role}&tType=${this.tType}`
|
|
|
|
|
|
+ window.location.href = `https://pbl.cocorobo.cn/pbl-teacher-table/dist/#/aiOffice?userid=${this.useridL}&oid=${this.oidL}&org=${this.orgL}&role=${this.role}&tType=${this.tType}`
|
|
}
|
|
}
|
|
try {
|
|
try {
|
|
window.topU.gotype = ''
|
|
window.topU.gotype = ''
|