Explorar o código

5分钟超时?

梁展鹏 %!s(int64=4) %!d(string=hai) anos
pai
achega
d2450859d8
Modificáronse 2 ficheiros con 2 adicións e 1 borrados
  1. 1 1
      .env.production
  2. 1 0
      .env.staging

+ 1 - 1
.env.production

@@ -3,7 +3,7 @@ ENV = 'production'
 
 # base api
 VUE_APP_BASE_API = ''
-
+VUE_APP_API_TIMEOUT = 300000
 
 # base img url
 VUE_APP_BASE_IMG = 'http://127.0.0.1:18080/baby-institute-back-end'

+ 1 - 0
.env.staging

@@ -5,6 +5,7 @@ ENV = 'staging'
 
 # base api
 VUE_APP_BASE_API = ''
+VUE_APP_API_TIMEOUT = 300000
 
 # base img url
 VUE_APP_BASE_IMG = 'http://127.0.0.1:18080/baby-institute-back-end'