浏览代码

协同建构opencCscl2跳转

11wqe1 18 小时之前
父节点
当前提交
1db5e44e2c
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/components/pages/synergyCourse/course.vue

+ 2 - 2
src/components/pages/synergyCourse/course.vue

@@ -610,7 +610,7 @@ export default {
       if (uid == this.userid ||  window.topU.US.userInfo.role==1) {
          window.topU.postMessage(
           {
-            tools: "opencCscl",
+            tools: this.person ? "opencCscl2" : "opencCscl",
             cid: cid,
             gid: '',
           },
@@ -638,7 +638,7 @@ export default {
             if (groupCid) {
                window.topU.postMessage(
                 {
-                  tools: "opencCscl",
+                  tools: this.person ? "opencCscl2" : "opencCscl",
                   cid: cid,
                   gid: groupCid,
                 },