wenbobowen 4 년 전
부모
커밋
76c712a4c8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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'