瀏覽代碼

!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;
   orgId: string | number;
   orgName: string;
+  orgLevel: string;
   roles: RoleInfo[];
 }