From b67f46b4a768b4cd72d4e463c5dffefe977ddeb7 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 02 Dec 2024 22:04:27 +0800
Subject: [PATCH] 应急空间及全局图层去除废水处理站、污水池
---
src/views/space/components/rightContainer.vue | 20 --------------------
1 files changed, 0 insertions(+), 20 deletions(-)
diff --git a/src/views/space/components/rightContainer.vue b/src/views/space/components/rightContainer.vue
index a22198b..21f669e 100644
--- a/src/views/space/components/rightContainer.vue
+++ b/src/views/space/components/rightContainer.vue
@@ -10,8 +10,6 @@
-->
<script setup>
import dataContent from './box/dataContent.vue'
-import unitContent from './box/unitContent.vue'
-import fireContent from './box/fireContent.vue'
</script>
<template>
@@ -26,24 +24,6 @@
<data-content></data-content>
</div>
</div>
-
- <!-- <div class="unit box">
- <title-box>
- <template #titleName>
- 入住单位统计
- </template>
- </title-box>
- <unit-content></unit-content>
- </div>
-
- <div class="fire box">
- <title-box>
- <template #titleName>
- 实时火警事件
- </template>
- </title-box>
- <fire-content></fire-content>
- </div> -->
</div>
</template>
--
Gitblit v1.9.3