Ben Lin
2024-06-21 2abb91c893f2eed3761bd09aabe12400460d2863
src/api/tigerapi/system.ts
@@ -745,7 +745,7 @@
}
async function getListByPageAsync(params: any) {
  const data = await defHttp.post(
    { url: Api.QueryUrl, params },
    { url: Api.QueryUrl, params,timeout:30000 },
    {
      isTransformResponse: false,
    },