|
|
|
@ -31,7 +31,7 @@ if (isHh) { |
|
|
|
|
title = "职站"; |
|
|
|
|
} else if (isPro) { |
|
|
|
|
// 职站生产
|
|
|
|
|
host = "http://www.occupationlab.com/"; |
|
|
|
|
host = "http://www.occupationlab.com:9000/"; |
|
|
|
|
defaultSubSystem = "http://www.occupationlab.com/pyTrials/#/"; |
|
|
|
|
title = "职站"; |
|
|
|
|
} else if (isTest){ |
|
|
|
@ -42,6 +42,7 @@ if (isHh) { |
|
|
|
|
title = "职站"; |
|
|
|
|
} else if (isDev) { |
|
|
|
|
// 本地
|
|
|
|
|
// host = "http://www.occupationlab.com:9000/";//线上
|
|
|
|
|
host = "http://39.108.250.202:9000/"; // 中台测试服
|
|
|
|
|
// host = "http://192.168.31.137:9000/"; // 赓
|
|
|
|
|
// host = "http://192.168.31.151:9000/"; // 榕
|
|
|
|
|