Browse Source

设置请求时间

Lijy 2 years ago
parent
commit
f7563ca000
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 = 120 * 1000 // 默认请求超时时间
+const TIME_OUT_MS = 180 * 1000 // 默认请求超时时间
 
 
 function prompt() {
 function prompt() {
     window.ELEMENT.Message({
     window.ELEMENT.Message({