11wqe1 7 月之前
父節點
當前提交
87d9ef2e6a
共有 1 個文件被更改,包括 1 次插入1 次删除
  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'
       } 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}`;