mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat: 整合登录
This commit is contained in:
5
src/typings/storage.d.ts
vendored
5
src/typings/storage.d.ts
vendored
@ -7,6 +7,11 @@ declare namespace StorageType {
|
||||
// * the theme settings
|
||||
// */
|
||||
// themeSettings: App.Theme.ThemeSetting;
|
||||
sessionObj: {
|
||||
url: string;
|
||||
data: any;
|
||||
time: number;
|
||||
};
|
||||
}
|
||||
|
||||
interface Local {
|
||||
|
Reference in New Issue
Block a user