mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 02:32:33 +08:00
系统全局存储部门和分类
This commit is contained in:
@@ -9,6 +9,8 @@ type SystemConfigStoreInterface = {
|
||||
systemName?: string;
|
||||
memberDefaultAvatar?: string;
|
||||
courseDefaultThumbs?: string[];
|
||||
departments: any;
|
||||
resourceCategories: any;
|
||||
};
|
||||
|
||||
const systemConfigSlice = createSlice({
|
||||
|
||||
Reference in New Issue
Block a user