|
|
@@ -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"
|