From 516fd08b0a5a88efdf3504e3b65befed6a91e2b7 Mon Sep 17 00:00:00 2001
From: ctw <1051735452@qq.com>
Date: Wed, 25 Feb 2026 17:03:38 +0800
Subject: [PATCH] =?UTF-8?q?redis=E5=AD=98=E5=82=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../ruoyi/system/domain/dto/PlatformStyleDTO.java | 22 ++
ruoyi-ui/src/views/cesiumMap/index.vue | 299 ++++++++++++++-------
ruoyi-ui/src/views/childRoom/index.vue | 74 +++--
3 files changed, 284 insertions(+), 111 deletions(-)
diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/domain/dto/PlatformStyleDTO.java b/ruoyi-system/src/main/java/com/ruoyi/system/domain/dto/PlatformStyleDTO.java
index f39f7c7..16b2766 100644
--- a/ruoyi-system/src/main/java/com/ruoyi/system/domain/dto/PlatformStyleDTO.java
+++ b/ruoyi-system/src/main/java/com/ruoyi/system/domain/dto/PlatformStyleDTO.java
@@ -27,6 +27,12 @@ public class PlatformStyleDTO implements Serializable {
/** 平台颜色 */
private String platformColor;
+ /** 威力区半径(千米) */
+ private Double powerZoneRadius;
+
+ /** 威力区填充颜色 */
+ private String powerZoneColor;
+
public String getRoomId() {
return roomId;
}
@@ -90,4 +96,20 @@ public class PlatformStyleDTO implements Serializable {
public void setPlatformColor(String platformColor) {
this.platformColor = platformColor;
}
+
+ public Double getPowerZoneRadius() {
+ return powerZoneRadius;
+ }
+
+ public void setPowerZoneRadius(Double powerZoneRadius) {
+ this.powerZoneRadius = powerZoneRadius;
+ }
+
+ public String getPowerZoneColor() {
+ return powerZoneColor;
+ }
+
+ public void setPowerZoneColor(String powerZoneColor) {
+ this.powerZoneColor = powerZoneColor;
+ }
}
diff --git a/ruoyi-ui/src/views/cesiumMap/index.vue b/ruoyi-ui/src/views/cesiumMap/index.vue
index 358b0e8..a4fe3d9 100644
--- a/ruoyi-ui/src/views/cesiumMap/index.vue
+++ b/ruoyi-ui/src/views/cesiumMap/index.vue
@@ -92,7 +92,11 @@
/>
-
+
平台设置
@@ -106,7 +110,11 @@
/>
-
+