From be84102dc381d0c1925e477f15a431d6c327c0d6 Mon Sep 17 00:00:00 2001
From: husq <931347610@qq.com>
Date: Tue, 05 Sep 2023 15:05:41 +0800
Subject: [PATCH] 项目添加中设置中心点功能

---
 src/store/index.ts |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/store/index.ts b/src/store/index.ts
index 818ab40..cf6b009 100644
--- a/src/store/index.ts
+++ b/src/store/index.ts
@@ -7,6 +7,7 @@
 import { WaylineFile } from '/@/types/wayline'
 import getter from './getters'
 import { DevicesCmdExecuteInfo } from '/@/types/device-cmd'
+import map from './map'
 
 const initStateFunc = () => ({
   Layers: [
@@ -244,6 +245,7 @@
   actions,
   modules: {
     getter,
+    map
   },
 }
 

--
Gitblit v1.9.3