11wqe1 5 dní pred
rodič
commit
09ced150ee

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

@@ -133,7 +133,8 @@ export default {
         } catch (error) {
           console.log(error);
         }
-
+        console.log('betaL',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`
         let con = this.betaL =='beta'? 'https://beta.pbl.cocorobo.cn' : 'https://pbl.cocorobo.cn'

+ 3 - 1
src/components/pages/liyuan/components/card.vue

@@ -40,11 +40,13 @@ export default {
         goTo() {
             try {
                 window.topU.gotype = this.$route.path
+                console.log('top',this.$route.path);
             } catch (error) {
                 console.log(err);
             }
             // sessionStorage.setItem('gotype', this.$route.path);
-
+            console.log('betaL',betaL);
+            
             if (this.type == 1) {    
                 this.$router.push({ path: this.to, query: { userid: this.userid, oid: this.oid, org: this.org, role: this.role,tType: this.tType, gotype: 1,sortId:this.sortId } })
             }else if (this.type == 2) {