11wqe1 1 week ago
parent
commit
87d9ef2e6a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/pages/pptEasy/addCourse.vue

+ 1 - 1
src/components/pages/pptEasy/addCourse.vue

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