Merge branch 'main' into lichang
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user