|
|
@@ -2848,7 +2848,7 @@ export default {
|
|
|
ppturl = 'https://ppt.cocorobo.com'
|
|
|
} else if (this.lang.lang == 'hk') {
|
|
|
ppturl = 'https://ppt.cocorobo.hk'
|
|
|
- } else {
|
|
|
+ } else if (this.lang.lang == 'cn'){
|
|
|
ppturl = 'https://ppt.cocorobo.cn'
|
|
|
}
|
|
|
return `${ppturl}/?mode=editor&courseid=${this.cid}`;
|