---设置首页心跳列表超时时间
This commit is contained in:
@@ -9,6 +9,7 @@ export async function listMain() {
|
||||
const result = await request({
|
||||
url: '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