From a7bf3943deed1825aee88c1d2768834cbf3c5a69 Mon Sep 17 00:00:00 2001 From: slj Date: Tue, 23 Nov 2021 10:39:12 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=B7=E6=B1=82=E5=9C=B0=E5=9D=80=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E6=B5=8B=E8=AF=95=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.js b/config.js index f336d3a..ba42733 100644 --- a/config.js +++ b/config.js @@ -1,6 +1,6 @@ const config = { - api_url: 'http://10.10.11.214:7101/fqsb', // 服务器地址 + // api_url: 'http://10.10.11.214:7101/fqsb', // 服务器地址 // api_url: 'https://shibeirencai.elinkit.com.cn:7101/fqsb' // 正式环境 - // api_url: 'https://dingoa.elinkit.com.cn/fqsb', // 测试环境 + api_url: 'https://dingoa.elinkit.com.cn/fqsb', // 测试环境 } export { config } \ No newline at end of file