|
@@ -86,7 +86,7 @@ export default {
|
|
|
else if (this.lang.lang === 'hk') {
|
|
else if (this.lang.lang === 'hk') {
|
|
|
url = 'https://cloud.cocorobo.hk'
|
|
url = 'https://cloud.cocorobo.hk'
|
|
|
}
|
|
}
|
|
|
- else if (this.lang.lang === 'en') {
|
|
|
|
|
|
|
+ else if (this.lang.lang === 'com') {
|
|
|
url = 'https://cloud.cocorobo.com'
|
|
url = 'https://cloud.cocorobo.com'
|
|
|
}
|
|
}
|
|
|
this.form.url = `${url}/admin.html?orgnum=${this.courseId}&classcode=${this.classId}`;
|
|
this.form.url = `${url}/admin.html?orgnum=${this.courseId}&classcode=${this.classId}`;
|