From 24e8d9a83681cefdc5988b0ee0097e2c6b079402 Mon Sep 17 00:00:00 2001
From: cjl <909710561@qq.com>
Date: Tue, 19 May 2026 16:47:40 +0800
Subject: [PATCH] 路由
---
src/views/contrast/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/contrast/index.vue b/src/views/contrast/index.vue
index f57853b..90c79e0 100644
--- a/src/views/contrast/index.vue
+++ b/src/views/contrast/index.vue
@@ -218,7 +218,7 @@
// ������������������������
getData () {
this.$request({
- url: '/monitorPoint/queryMonitorPoints',
+ url: '/monitorPoint/queryMonitorPointsAvg',
method: 'get',
params: {
organizationId: this.$store.state.orgId,
--
Gitblit v1.8.0