|
@@ -80,6 +80,9 @@ export default {
|
|
|
window.location.href = `${con}${this.to}`;
|
|
window.location.href = `${con}${this.to}`;
|
|
|
}else if (this.type == 4) {
|
|
}else if (this.type == 4) {
|
|
|
//学生端
|
|
//学生端
|
|
|
|
|
+ // 本地存储gotype
|
|
|
|
|
+ sessionStorage.setItem('gotype', this.$route.path);
|
|
|
|
|
+
|
|
|
let con = this.betaL =='beta'? 'https://beta.pbl.cocorobo.cn' : 'https://pbl.cocorobo.cn'
|
|
let con = this.betaL =='beta'? 'https://beta.pbl.cocorobo.cn' : 'https://pbl.cocorobo.cn'
|
|
|
console.log( `${con}${this.to}`);
|
|
console.log( `${con}${this.to}`);
|
|
|
window.location.href = `${con}${this.to}`;
|
|
window.location.href = `${con}${this.to}`;
|