From edc070c10dc0b492858f1d5da1f914bab64241af Mon Sep 17 00:00:00 2001 From: jyt <1592211625@qq.com> Date: Fri, 25 Mar 2022 18:57:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/domain.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/utils/domain.js b/utils/domain.js index 2b305c2..de8be70 100644 --- a/utils/domain.js +++ b/utils/domain.js @@ -1,9 +1,10 @@ -// const base = 'http://39.97.167.65' ;// 测试站 +const base = 'http://39.97.167.65' ;// 测试站 // const base = 'http://8kdmng.natappfree.cc' ;// 佳豪 // const base = 'http://192.168.31.134:9999' ;// 佳豪 // const base = 'http://192.168.31.167:9999' // 长龙 +// const base = 'http://192.168.31.89:9999' // sh // const base = 'https://zanyong.hfju.com';// 正式 AI销管 -const base = 'https://hxz.quhouse.com';// 正式 AI销讲助手 +// const base = 'https://hxz.quhouse.com';// 正式 AI销讲助手 // http.js使用 const baseUrl = `${base}/autoSR/api`;