lsc 1 день назад
Родитель
Сommit
f50587215a
1 измененных файлов с 1 добавлено и 1 удалено
  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') {
         url = 'https://pbl.cocorobo.hk'
       }
-      else if (this.lang.lang === 'en') {
+      else if (this.lang.lang === '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"