Browse Source

过期时间延长

pixel 5 years ago
parent
commit
dbb26fce3b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      QMPlusVuePage/src/utils/request.js

+ 1 - 1
QMPlusVuePage/src/utils/request.js

@@ -4,7 +4,7 @@ import { store } from '@/store/index'
 
 const service = axios.create({
     baseURL: process.env.VUE_APP_BASE_API,
-    timeout: 5000
+    timeout: 99999
 })
 
 //http request 拦截器