From 485aef90f3240c06747d1e7bf6a0edfe4c2dbe0c Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期一, 13 二月 2023 16:31:10 +0800
Subject: [PATCH] 2023/2/13 肖辉 侧边栏处理

---
 src/views/intelligentPatrol/trendAnalysis/index.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/views/intelligentPatrol/trendAnalysis/index.vue b/src/views/intelligentPatrol/trendAnalysis/index.vue
index d634a41..1e26fdc 100644
--- a/src/views/intelligentPatrol/trendAnalysis/index.vue
+++ b/src/views/intelligentPatrol/trendAnalysis/index.vue
@@ -72,7 +72,8 @@
 import * as echarts from "echarts";
 import basecase from "@/api/operate/basecase";
 import { CATEGOTY } from "@/utils/helper";
-import MyMap from "@/components/map";
+// import MyMap from "@/components/map";
+import MyMap from "@/components/map/leafletMap.vue";
 
 export default {
   components: { MyMap },
@@ -164,7 +165,7 @@
         x: data.longitude,
         y: data.latitude,
       };
-      this.zoom = 19;
+      this.zoom = 18;
       this.mark = { title: data.address };
       basecase
         .getPointTrendAnalysisData({

--
Gitblit v1.8.0