From 158327984c28169b6f3f241582914284b2d4a764 Mon Sep 17 00:00:00 2001
From: quanyawei <401863037@qq.com>
Date: Tue, 10 Oct 2023 11:17:44 +0800
Subject: [PATCH] fix:风场粒子修改
---
src/components/Wind/Map.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/components/Wind/Map.vue b/src/components/Wind/Map.vue
index fce77ec..52fc114 100644
--- a/src/components/Wind/Map.vue
+++ b/src/components/Wind/Map.vue
@@ -1523,7 +1523,7 @@
this.getParamsData()
setTimeout(() => {
$.getJSON(
- 'http://47.99.64.149:8080/api/screen_api_v2/screen/windAndDeviceDataByArea',
+ 'http://47.99.64.149:8080/screen_api_v2/screen/windAndDeviceDataByArea',
{ monitorPointId: this.$store.state.monitorPointId },
(data) => {
// ������������������
--
Gitblit v1.8.0