mengwh 3 days ago
parent
commit
bf45899cf8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/api/contractApi.js

+ 1
- 1
src/api/contractApi.js View File

3
 // 创建axios实例
3
 // 创建axios实例
4
 const service = axios.create({
4
 const service = axios.create({
5
   baseURL: '/api',
5
   baseURL: '/api',
6
-  timeout: 10000
6
+  timeout: 1000000
7
 })
7
 })
8
 
8
 
9
 // 导入采购合同Excel
9
 // 导入采购合同Excel

Loading…
Cancel
Save