lsc 2 months ago
parent
commit
bd8df67361
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/pages/synergyCourse/course.vue

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

@@ -572,7 +572,7 @@ export default {
       }
     },
     open(cid, uid) {
-      if (uid == this.userid) {
+      if (uid == this.userid || top.US.userInfo.role==1) {
         window.parent.postMessage(
           {
             tools: "opencCscl",