ldap开关联动部门、学员的新建、编辑、删除、排序、导入

This commit is contained in:
unknown
2023-09-06 11:30:41 +08:00
parent 3d29dd8963
commit 4122a2ac39
7 changed files with 190 additions and 114 deletions

View File

@@ -1,6 +1,7 @@
import { createSlice } from "@reduxjs/toolkit";
type SystemConfigStoreInterface = {
"ldap-enabled"?: boolean;
systemApiUrl?: string;
systemPcUrl?: string;
systemH5Url?: string;