Bläddra i källkod

修改荔园课程建设查看更多跳转

11wqe1 1 månad sedan
förälder
incheckning
8ca979f7f6
1 ändrade filer med 2 tillägg och 3 borttagningar
  1. 2 3
      src/components/pages/liyuan/CourseCon.vue

+ 2 - 3
src/components/pages/liyuan/CourseCon.vue

@@ -134,9 +134,8 @@ export default {
           console.log(error);
         }
         console.log('betaL',this.betaL);
-        
-        // sessionStorage.setItem('gotype', this.$route.path);
-        let to = `/pbl-student-table/dist/#/index?userid=${this.$route.query.userid}&oid=${this.$route.query.oid}&org=${this.$route.query.org}&role=${this.$route.query.role}&tType=${this.$route.query.tType}&cid=&screenType=3&gotype=1`
+        sessionStorage.setItem('gotype', this.$route.path);
+        let to = `/pbl-student-table/dist/#/index?userid=${this.$route.query.userid}&oid=${this.$route.query.oid}&org=${this.$route.query.org}&role=${this.$route.query.role}&tType=${this.$route.query.tType}&cid=&screenType=3`
         let con = this.betaL =='beta'? 'https://beta.pbl.cocorobo.cn' : 'https://pbl.cocorobo.cn'
         console.log( `${con}${to}`);
         window.location.href = `${con}${to}`;