Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
974e011dec242a145f60d0ba545797ab92e55834
Authored by
ww
2023-08-03 14:27:46 +0800
1 parent
7337c822
修复导入设备过多时会响应超时
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/api/device/batchImport.ts
src/api/device/batchImport.ts
View file @
974e011
...
...
@@ -10,6 +10,7 @@ export const batchImportDevice = (data: ImportDeviceParams) => {
10
10
{
11
11
url: BatchImportApi.IMPORT,
12
12
data,
13
+
timeout: 1000 * 60 * 60,
13
14
},
14
15
{ joinPrefix: false }
15
16
);
...
...