---设置首页心跳列表超时时间
This commit is contained in:
@@ -9,6 +9,7 @@ export async function listMain() {
|
|||||||
const result = await request({
|
const result = await request({
|
||||||
url: 'systemManagement/v1/elementType/all/objectType/systemState',
|
url: 'systemManagement/v1/elementType/all/objectType/systemState',
|
||||||
method: 'get',
|
method: 'get',
|
||||||
|
timeout: 30 * 1000,
|
||||||
});
|
});
|
||||||
// console.log(result);
|
// console.log(result);
|
||||||
let realData = result.data.data;
|
let realData = result.data.data;
|
||||||
|
|||||||
Reference in New Issue
Block a user