소스 검색

!379 update Vben2/types/store.d.ts.
Merge pull request !379 from MrXiaoZ/N/A

zuohuaijun 4 년 전
부모
커밋
93035e7dd6
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Vben2/types/store.d.ts

+ 1 - 0
Vben2/types/store.d.ts

@@ -39,6 +39,7 @@ export interface UserInfo {
   homePath?: string;
   homePath?: string;
   orgId: string | number;
   orgId: string | number;
   orgName: string;
   orgName: string;
+  orgLevel: string;
   roles: RoleInfo[];
   roles: RoleInfo[];
 }
 }