batman
2023-03-10 e2d556803e3138732ffde7d3d07b0a4a9b0b7f0a
src/stores/interface/index.ts
@@ -11,6 +11,7 @@
    time: number;
    userName: string;
    uid: string;
    depId: null | number;
    projectId: string;
    dataList: [];
}
@@ -51,6 +52,12 @@
    };
}
export interface screenThemeState {
    screenTheme: {
        isDark: boolean
    }
}
// 布局配置
export interface ThemeConfigState {
    isDrawer: boolean;