|
@@ -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 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 logoutUrl = host + '/sso/logout?jumpto=' + 'http://zhihui-test.intra.xiaojukeji.com' + location.pathname
|
|
export let envTag = 'test'
|
|
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) {
|
|
if (location.host.indexOf('localhost') < 0) {
|
|
host = 'http://' + location.host
|
|
host = 'http://' + location.host
|
|
requestIp = host + '/zuul'
|
|
requestIp = host + '/zuul'
|