wenbobowen 4 ani în urmă
părinte
comite
76c712a4c8
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      src/apiConfig/requestIP.js

+ 1 - 1
src/apiConfig/requestIP.js

@@ -4,7 +4,7 @@ export let requestIp = host + '/zuul'
 export let loginUrl = host + '/sso/login?jumpto=' + 'http://zhihui-test.intra.xiaojukeji.com' + location.pathname
 export let logoutUrl = host + '/sso/logout?jumpto=' + 'http://zhihui-test.intra.xiaojukeji.com' + location.pathname
 export let envTag = 'test'
-export const envUrl = 'http://10.190.5.126:8897/#/env'
+export let envUrl = 'http://10.190.5.126:8897/#/env'
 if (location.host.indexOf('localhost') < 0) {
   host = 'http://' + location.host
   requestIp = host + '/zuul'