2023年4月19日 修改变量

This commit is contained in:
bai 2023-04-19 19:27:29 +08:00
parent 6c5f0ceac3
commit e1e40a5c64
1 changed files with 1 additions and 0 deletions

1
types/store.d.ts vendored
View File

@ -41,6 +41,7 @@ export interface UserInfo {
tenantid?: string | number;
roles: RoleInfo[];
orgCode?: string;
userIdentity?: number
}
export interface LoginInfo {