wenbobowen 4 years ago
parent
commit
f8bb02a66d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/apiConfig/requestIP.js

+ 1 - 1
src/apiConfig/requestIP.js

@@ -1,4 +1,4 @@
-export let host = 'http://zhihui-pre.intra.xiaojukeji.com'
+export let host = 'http://zhihui-test.intra.xiaojukeji.com'
 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