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营销辅助 普强使用