From d30c04098bf64ecb11325d19e3f8fd519afe65cb Mon Sep 17 00:00:00 2001 From: douzhuo <17611323298@163.com> Date: Thu, 18 Aug 2022 18:36:41 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8E=B7=E5=8F=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/domain.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/domain.js b/utils/domain.js index db52405..79f2427 100644 --- a/utils/domain.js +++ b/utils/domain.js @@ -1,5 +1,5 @@ // http.js使用域名 -// const baseUrl = 'http://81.70.55.170:9090/autoSR/api';// 测试服务器1 +const baseUrl = 'http://81.70.55.170:9090/autoSR/api';// 测试服务器1 // const baseUrl = 'http://81.70.55.170:7070/api';// 测试服务器2 (优化) // const baseUrl = 'http://81.70.55.170:8080/autoSR/api';// 测试服务器3 (zk - 0719) @@ -11,7 +11,7 @@ // const baseUrl = 'http://192.168.31.149:8080/api'; // 盛浩 -const baseUrl = 'https://zkgj.quhouse.com/api'; // 质控正式 +// const baseUrl = 'https://zkgj.quhouse.com/api'; // 质控正式 // const baseUrl = 'https://hfju.com/api'; // 数智正式 // const baseUrl = 'https://xitong.pachira.cn/api'; // AI营销辅助 普强使用