[update] layout
This commit is contained in:
@@ -49,8 +49,9 @@ export class PagesLayoutsComponent implements OnInit {
|
|||||||
}
|
}
|
||||||
|
|
||||||
roleCheck(perm: string){
|
roleCheck(perm: string){
|
||||||
if(!environment.production) return true
|
// if(!environment.production) return true
|
||||||
return this.permission.includes(perm)
|
// return this.permission.includes(perm)
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
getBreadcrumb() {
|
getBreadcrumb() {
|
||||||
|
|||||||
Reference in New Issue
Block a user