修改三维课程bug
This commit is contained in:
parent
fbcef50f40
commit
e3f5ff363b
@ -341,7 +341,7 @@
|
|||||||
if(this.$route.query.examMode == "true"){
|
if(this.$route.query.examMode == "true"){
|
||||||
this.examMode = true;
|
this.examMode = true;
|
||||||
}else{
|
}else{
|
||||||
this.examMode = loadData.setup.examMode;
|
this.examMode = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(loadData.setup.checkedRole.length == 0){
|
if(loadData.setup.checkedRole.length == 0){
|
||||||
|
Loading…
Reference in New Issue
Block a user