perf: 优化细节

This commit is contained in:
H0nGzA1
2023-05-17 23:48:59 +08:00
parent d10127eafc
commit f4f958d2e9
7 changed files with 10 additions and 11 deletions

View File

@@ -9,7 +9,7 @@ declare interface UserInfosState<T = any> {
photo: string;
roles: string[];
time: number;
userName: string;
username: string;
[key: string]: T;
};
}

View File

@@ -90,7 +90,7 @@ declare type TreeType = {
// user
declare type RowUserType<T = any> = {
userName: string;
username: string;
userNickname: string;
roleSign: string;
department: string[];