Sfoglia il codice sorgente

威派格导出接口时间较长,修改超时时间。

seyason 11 mesi fa
parent
commit
50cd3b60ff
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      fhKeeper/formulahousekeeper/timesheet/src/http.js

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet/src/http.js

@@ -2,7 +2,7 @@ import axios from 'axios'
 import qs from 'qs'
 import imgPath from "@/assets/image/jiazai.gif"
 
-const TIME_OUT_MS = 180 * 1000 // 默认请求超时时间
+const TIME_OUT_MS = 600 * 1000 // 默认请求超时时间
 
 function prompt() {
     window.ELEMENT.Message({