|
|
|
@ -27,7 +27,7 @@ if (isHh) { |
|
|
|
|
title = "职站服务端管理系统"; |
|
|
|
|
} else if (isPro) { |
|
|
|
|
// 职站生产
|
|
|
|
|
host = "http://www.occupationlab.com/"; |
|
|
|
|
host = "http://www.occupationlab.com:9000/"; |
|
|
|
|
title = "职站服务端管理系统"; |
|
|
|
|
} else if (isTest){ |
|
|
|
|
jumpPath = "http://39.108.250.202/judgmentPoint/"; |
|
|
|
@ -35,8 +35,9 @@ if (isHh) { |
|
|
|
|
title = "职站服务端管理系统"; |
|
|
|
|
} else if (isDev) { |
|
|
|
|
jumpPath = "http://192.168.31.154:8087/"; |
|
|
|
|
// host = "http://39.108.250.202:9000/"; // 中台测试服
|
|
|
|
|
host = "http://192.168.31.151:9000/"; // 榕
|
|
|
|
|
// host = "http://www.occupationlab.com:9000/";//线上
|
|
|
|
|
host = "http://39.108.250.202:9000/"; // 中台测试服
|
|
|
|
|
// host = "http://192.168.31.151:9000/"; // 榕
|
|
|
|
|
// host = "http://192.168.31.125:9000/"; // 坤
|
|
|
|
|
// host = 'http://192.168.31.137:9000/'; // 赓
|
|
|
|
|
title = "职站服务端管理系统"; |
|
|
|
|