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

@@ -6,7 +6,7 @@
// 用户信息
export interface UserInfosState {
avatar: string;
userName: string;
username: string;
name: string;
email: string;
mobile: string;