fix: 接口超时 180_1000
This commit is contained in:
@@ -51,7 +51,7 @@ export function loadAuth(neId: string) {
|
||||
return request({
|
||||
url: `/api/rest/udmUserManage/v1/authSave/${neId}`,
|
||||
method: 'post',
|
||||
timeout: 60 * 1000,
|
||||
timeout: 180_000,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user