From 2b62aba44628b42d4fb8cf0445495fa71f8faf54 Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Wed, 13 Oct 2021 17:23:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=B8=AD=E5=8F=B0=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E6=9C=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/setting.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/setting.js b/src/setting.js index 6c0b78d..fbdb46b 100644 --- a/src/setting.js +++ b/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/"; // 坤