From b9dfe29ffd1c348d01721e3ff53a66a525cdcdf6 Mon Sep 17 00:00:00 2001 From: sjl <1716605279@qq.com> Date: Thu, 11 Dec 2025 09:48:23 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=BD=95=E6=B3=A2=E4=B8=8D=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E8=B6=8B=E5=8A=BF=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/echarts/line/index.vue | 6 +++--- .../compareDataCheckSingleChannelSingleTestPopup.vue | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/echarts/line/index.vue b/frontend/src/components/echarts/line/index.vue index b65b25c..f58827a 100644 --- a/frontend/src/components/echarts/line/index.vue +++ b/frontend/src/components/echarts/line/index.vue @@ -8,9 +8,9 @@ import { onBeforeUnmount, onMounted, ref, watch } from 'vue' // import echarts from './echarts' import * as echarts from 'echarts' // 全引入 -import 'echarts-gl' -import 'echarts-liquidfill' -import 'echarts/lib/component/dataZoom' +// import 'echarts-gl' +// import 'echarts-liquidfill' +// import 'echarts/lib/component/dataZoom' const color = [ 'var(--el-color-primary)', diff --git a/frontend/src/views/home/components/compareDataCheckSingleChannelSingleTestPopup.vue b/frontend/src/views/home/components/compareDataCheckSingleChannelSingleTestPopup.vue index 1ea855f..3849a57 100644 --- a/frontend/src/views/home/components/compareDataCheckSingleChannelSingleTestPopup.vue +++ b/frontend/src/views/home/components/compareDataCheckSingleChannelSingleTestPopup.vue @@ -173,7 +173,7 @@ :currentScriptTypeName="currentScriptTypeName" /> - + Date: Thu, 11 Dec 2025 09:49:52 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/.env.development | 4 ++-- frontend/package.json | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/.env.development b/frontend/.env.development index f43557d..08928e2 100644 --- a/frontend/.env.development +++ b/frontend/.env.development @@ -21,7 +21,7 @@ VITE_API_URL=/api #VITE_PROXY=[["/api","http://127.0.0.1:18092/"]] #VITE_PROXY=[["/api","http://192.168.1.124:18092/"]] -VITE_PROXY=[["/api","http://192.168.1.125:18092/"]] +VITE_PROXY=[["/api","http://192.168.2.124:18092/"]] # VITE_PROXY=[["/api","http://192.168.1.138:8080/"]]张文 # 开启激活验证 -VITE_ACTIVATE_OPEN=true \ No newline at end of file +VITE_ACTIVATE_OPEN=false \ No newline at end of file diff --git a/frontend/package.json b/frontend/package.json index 4d2e67b..71287e6 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -23,6 +23,7 @@ "dayjs": "^1.11.9", "driver.js": "^1.3.0", "echarts": "^5.4.3", + "echarts-gl": "^2.0.9", "echarts-liquidfill": "^3.1.0", "element-plus": "^2.7.8", "event-source-polyfill": "^1.0.31",