修改 数据中心测试bug

This commit is contained in:
GGJ
2024-11-13 16:21:08 +08:00
parent 7640b53b20
commit e53a3dd8dd
11 changed files with 1721 additions and 7 deletions

View File

@@ -193,6 +193,11 @@ export const getAllUserSimpleList = () => {
export const getSysConfig =()=> {
return request({
url: "/system-boot/config/getSysConfig",
method: "get",
});
}