Bläddra i källkod

5分钟超时?

梁展鹏 3 år sedan
förälder
incheckning
d2450859d8
2 ändrade filer med 2 tillägg och 1 borttagningar
  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'