wenbobowen 4 жил өмнө
parent
commit
76c712a4c8

+ 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'