mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-08 18:36:43 +08:00
仅内网可见-管理员端 调试
This commit is contained in:
@@ -604,15 +604,6 @@ export default {
|
|||||||
}
|
}
|
||||||
console.log("--- this.dicts = ",this.dicts)
|
console.log("--- this.dicts = ",this.dicts)
|
||||||
this.isPermission = this.dicts.includes(orgId);
|
this.isPermission = this.dicts.includes(orgId);
|
||||||
/*if(this.isPermission && !this.courseInfo && !this.courseInfo.device){
|
|
||||||
this.courseInfo.device = 4;
|
|
||||||
}else{
|
|
||||||
if(!this.courseInfo && !this.courseInfo.device){
|
|
||||||
return;
|
|
||||||
}else{
|
|
||||||
this.courseInfo.device = 3;
|
|
||||||
}
|
|
||||||
}*/
|
|
||||||
console.log("--- 监听结束 this.isPermission = ",this.isPermission)
|
console.log("--- 监听结束 this.isPermission = ",this.isPermission)
|
||||||
},
|
},
|
||||||
// 关键字的更改
|
// 关键字的更改
|
||||||
|
|||||||
Reference in New Issue
Block a user