From a93118519f670d69fd4d258082dc05a0df13474c Mon Sep 17 00:00:00 2001 From: douzhuo <17611323298@163.com> Date: Mon, 15 Aug 2022 10:08:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9domain=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/domain.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/utils/domain.js b/utils/domain.js index b36ab2a..79f2427 100644 --- a/utils/domain.js +++ b/utils/domain.js @@ -2,9 +2,15 @@ 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) + + // const baseUrl = 'http://127.0.0.1:8080/autoSR/api'; // 本地 + + // const baseUrl = 'http://192.168.31.231:8080/autoSR/api'; // 长龙 // const baseUrl = 'http://192.168.31.149:8080/api'; // 盛浩 + + // const baseUrl = 'https://zkgj.quhouse.com/api'; // 质控正式 // const baseUrl = 'https://hfju.com/api'; // 数智正式 // const baseUrl = 'https://xitong.pachira.cn/api'; // AI营销辅助 普强使用