mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat(projects): clear tabs cache when switching users. (#744)
This commit is contained in:
2
src/typings/storage.d.ts
vendored
2
src/typings/storage.d.ts
vendored
@ -37,5 +37,7 @@ declare namespace StorageType {
|
||||
layout: UnionKey.ThemeLayoutMode;
|
||||
siderCollapse: boolean;
|
||||
};
|
||||
/** The last login user id */
|
||||
lastLoginUserId: string;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user