[권한 시스템 정리] 불필요한 권한 체크 함수 및 관련 코드 제거, 리소스 구조 개선
This commit is contained in:
@@ -24,7 +24,6 @@ export interface Resource {
|
||||
description?: string; // 리소스 설명
|
||||
menuYn?: string; // 메뉴 여부 (char(1))
|
||||
componentType?: string; // 컴포넌트 세부 타입 (버튼, 그리드 등)
|
||||
children?: Resource[]; // 자식 리소스들 (계층 구조)
|
||||
}
|
||||
|
||||
// 사용자 권한 구조 (계층적 리소스 관리)
|
||||
|
||||
Reference in New Issue
Block a user