添加中台测试服

UI_2022-02-10
yujialong 3 years ago
parent 709299ed64
commit 2b62aba446
  1. 2
      src/setting.js

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

Loading…
Cancel
Save