diff --git a/frontend/.env.development b/frontend/.env.development index 1c76ecd..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.2.125:18092/"]] +VITE_PROXY=[["/api","http://192.168.2.124:18092/"]] # VITE_PROXY=[["/api","http://192.168.1.138:8080/"]]张文 # 开启激活验证 VITE_ACTIVATE_OPEN=false \ No newline at end of file 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 fb06cb9..2083ae4 100644 --- a/frontend/src/views/home/components/compareDataCheckSingleChannelSingleTestPopup.vue +++ b/frontend/src/views/home/components/compareDataCheckSingleChannelSingleTestPopup.vue @@ -173,7 +173,7 @@ :currentScriptTypeName="currentScriptTypeName" /> - +