Merge branch 'main' into lichang

This commit is contained in:
TsMask
2023-10-18 10:31:56 +08:00
13 changed files with 1447 additions and 617 deletions

View File

@@ -10,6 +10,7 @@ export async function listMain() {
const result = await request({
url: '/api/rest/systemManagement/v1/elementType/all/objectType/systemState',
method: 'get',
timeout: 30 * 1000,
});
// console.log(result);
let realData = result.data.data;