From aca7087add54935e9ad4c0fcd13246cff36e16b9 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Mon, 25 Nov 2024 15:43:27 +0800
Subject: [PATCH] 污水处理厂上图

---
 src/pages/layout/components/scomponents/layersControl.vue |   17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)

diff --git a/src/pages/layout/components/scomponents/layersControl.vue b/src/pages/layout/components/scomponents/layersControl.vue
index 1c9194e..c058560 100644
--- a/src/pages/layout/components/scomponents/layersControl.vue
+++ b/src/pages/layout/components/scomponents/layersControl.vue
@@ -59,6 +59,7 @@
 })
 import panorama from './popup/panorama.vue'
 import { getPage } from '@/api/indParkInfo'
+import { getPage as getfirmPage } from '@/api/firmInfo/firmInfo'
 import { getList, getGouQu } from "@/api/space/space"
 import { getList as getRiskList } from "@/api/riskSource/riskSource"
 import { getPanoramaList } from "@/api/panorama/"
@@ -445,10 +446,24 @@
         params: {
           type: 8,
         },
-        backgroundIcon: VITE_APP_BASE + 'img/mapicon/xfs.png',
+        backgroundIcon: VITE_APP_BASE + 'img/mapicon/gouqu.png',
         className: 'xfs-box',
         showPanel: false,
         layerName: 'gouqu'
+      },
+      {
+        id: '3-9',
+        label: '废水处理站',
+        type: 'layer',
+        subType: 'labelPoint',
+        method: getfirmPage,
+        params: {
+          name: '吉水县绿源污水处理厂',
+        },
+        backgroundIcon: VITE_APP_BASE + 'img/mapicon/wsclc.png',
+        className: 'xfs-box',
+        showPanel: false,
+        layerName: 'fsclz'
       }
     ]
   },

--
Gitblit v1.9.3