马宇豪
2023-05-22 d0bec404f2c22ca04e8592f1a2ba0b39eab0be2f
src/stores/interface/index.ts
@@ -11,7 +11,9 @@
    time: number;
    userName: string;
    uid: string;
    depId: null | number;
    projectId: string;
    dataList: [];
}
export interface UserInfosStates {
    userInfos: UserInfosState;
@@ -50,6 +52,13 @@
    };
}
export interface screenThemeState {
    screenTheme: {
        isDark: boolean,
        depId: number
    }
}
// 布局配置
export interface ThemeConfigState {
    isDrawer: boolean;