fix: 接口超时 180_1000
This commit is contained in:
@@ -10,7 +10,7 @@ export async function listMain() {
|
||||
const result = await request({
|
||||
url: '/api/rest/systemManagement/v1/elementType/all/objectType/systemState',
|
||||
method: 'get',
|
||||
timeout: 30 * 1000,
|
||||
timeout: 60_000,
|
||||
});
|
||||
// console.log(result);
|
||||
let realData = result.data.data;
|
||||
|
||||
Reference in New Issue
Block a user