lsc 1 dag sedan
förälder
incheckning
f50587215a
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/components/pages/course.vue

+ 1 - 1
src/components/pages/course.vue

@@ -957,7 +957,7 @@ export default {
       else if (this.lang.lang === 'hk') {
       else if (this.lang.lang === 'hk') {
         url = 'https://pbl.cocorobo.hk'
         url = 'https://pbl.cocorobo.hk'
       }
       }
-      else if (this.lang.lang === 'en') {
+      else if (this.lang.lang === 'com') {
         url = 'https://pbl.cocorobo.com'
         url = 'https://pbl.cocorobo.com'
       }
       }
       this.courseUrl = url + "/pbl-student-table/dist/#/courseDetail?userid=" + this.userid + "&oid=" + this.oid + "&org=" + this.org + "&courseId=" + item.courseId + "&tType=1&cid=&screenType=2"
       this.courseUrl = url + "/pbl-student-table/dist/#/courseDetail?userid=" + this.userid + "&oid=" + this.oid + "&org=" + this.org + "&courseId=" + item.courseId + "&tType=1&cid=&screenType=2"