Explorar el Código

协同建构opencCscl2跳转

11wqe1 hace 19 horas
padre
commit
1db5e44e2c
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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,
                 },