From 96107df64732d9c518832f4ef5ab8c11f65bcb3f Mon Sep 17 00:00:00 2001 From: e <2432808546@qq.com> Date: Mon, 6 Dec 2021 10:10:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9F=9F=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/setting.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/setting.js b/src/setting.js index 492bd2f..9736ae2 100644 --- a/src/setting.js +++ b/src/setting.js @@ -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 = "职站服务端管理系统";