|
|
@ -40,11 +40,13 @@ if (isHh) { |
|
|
|
title = "职站"; |
|
|
|
title = "职站"; |
|
|
|
schoolId = 2105; |
|
|
|
schoolId = 2105; |
|
|
|
} else if (isTest){ |
|
|
|
} else if (isTest){ |
|
|
|
|
|
|
|
// 中台测试
|
|
|
|
host = "http://39.108.250.202:9000/"; |
|
|
|
host = "http://39.108.250.202:9000/"; |
|
|
|
defaultSubSystem = "http://39.108.250.202/pyTrials/#/"; |
|
|
|
defaultSubSystem = "http://39.108.250.202/pyTrials/#/"; |
|
|
|
title = "职站"; |
|
|
|
title = "职站"; |
|
|
|
schoolId = 2105; |
|
|
|
schoolId = 2105; |
|
|
|
} else if (isDev) { |
|
|
|
} else if (isDev) { |
|
|
|
|
|
|
|
// 本地
|
|
|
|
// host = "http://39.108.250.202:9000/"; // 中台测试服
|
|
|
|
// host = "http://39.108.250.202:9000/"; // 中台测试服
|
|
|
|
// host = "http://192.168.31.151:9000/"; // 榕
|
|
|
|
// host = "http://192.168.31.151:9000/"; // 榕
|
|
|
|
host = "http://192.168.31.125:9000/"; // 坤
|
|
|
|
host = "http://192.168.31.125:9000/"; // 坤
|
|
|
|