From 7e9e85bc60df1a8b7eb8b3835a2fc6748d6c591c Mon Sep 17 00:00:00 2001 From: douzhuo <17611323298@163.com> Date: Tue, 9 Aug 2022 17:11:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=BE=B9=E6=A1=86=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/center/Piabodata/TrendAnalysis.vue | 4 ++-- utils/domain.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/center/Piabodata/TrendAnalysis.vue b/pages/center/Piabodata/TrendAnalysis.vue index a944540..a2820b9 100644 --- a/pages/center/Piabodata/TrendAnalysis.vue +++ b/pages/center/Piabodata/TrendAnalysis.vue @@ -1537,11 +1537,11 @@ border-bottom: none; } .grid:nth-child(2) { - border-bottom: none; + // border-bottom: none; } .grid:nth-child(3) { width: 50%; - border-right: none; + // border-right: none; } diff --git a/utils/domain.js b/utils/domain.js index c689739..cb9d7ba 100644 --- a/utils/domain.js +++ b/utils/domain.js @@ -1,10 +1,10 @@ // http.js使用域名 // 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:7070/api';// 测试服务器2 // 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://zkgj.quhouse.com/api'; // 质控正式 // const baseUrl = 'https://hfju.com/api'; // 数智正式 // const baseUrl = 'https://xitong.pachira.cn/api'; // AI营销辅助 普强使用