fix: no need to show error in login for first
This commit is contained in:
@@ -113,7 +113,8 @@ export async function queryClusterList(
|
||||
return request<Global.PageResponse<ClusterListItem>>(`${CLUSTERS_API}`, {
|
||||
method: 'GET',
|
||||
params,
|
||||
cancelToken: options?.token
|
||||
cancelToken: options?.token,
|
||||
skipErrorHandler: options?.skipErrorHandler
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user