Browse Source

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

seyason 11 months ago
parent
commit
50cd3b60ff
1 changed files with 1 additions and 1 deletions
  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 qs from 'qs'
 import imgPath from "@/assets/image/jiazai.gif"
 import imgPath from "@/assets/image/jiazai.gif"
 
 
-const TIME_OUT_MS = 180 * 1000 // 默认请求超时时间
+const TIME_OUT_MS = 600 * 1000 // 默认请求超时时间
 
 
 function prompt() {
 function prompt() {
     window.ELEMENT.Message({
     window.ELEMENT.Message({