Forráskód Böngészése

Merge branch 'beta' of https://git.cocorobo.cn/CocoRoboLabs/pbl-teacher-table into beta

SanHQin 2 hónapja
szülő
commit
d81f4660bc
1 módosított fájl, 1 hozzáadás és 1 törlés
  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 || top.US.userInfo.type==1) {
+      if (uid == this.userid || top.US.userInfo.role==1) {
         window.parent.postMessage(
           {
             tools: "opencCscl",