修改三维课程bug

This commit is contained in:
“sunzy” 2022-01-12 11:11:25 +08:00
parent fbcef50f40
commit e3f5ff363b

View File

@ -337,11 +337,11 @@
userJob:"",
};
loadData = JSON.parse(data.data.data);
if(this.$route.query.examMode == "true"){
this.examMode = true;
}else{
this.examMode = loadData.setup.examMode;
this.examMode = false;
}
if(loadData.setup.checkedRole.length == 0){