From 55cdf3d1a9d5374c7d0cd026c5a3c5c0768b02e7 Mon Sep 17 00:00:00 2001
From: husq <931347610@qq.com>
Date: Mon, 11 Sep 2023 15:27:31 +0800
Subject: [PATCH] Merge branch 'develop' of http://s16s652780.51mypc.cn:49896/r/yskj/iot_drone_web into develop

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

diff --git a/src/store/index.ts b/src/store/index.ts
index cf6b009..2d7016d 100644
--- a/src/store/index.ts
+++ b/src/store/index.ts
@@ -8,6 +8,7 @@
 import getter from './getters'
 import { DevicesCmdExecuteInfo } from '/@/types/device-cmd'
 import map from './map'
+import common from "/@/store/common";
 
 const initStateFunc = () => ({
   Layers: [
@@ -245,7 +246,8 @@
   actions,
   modules: {
     getter,
-    map
+    map,
+    common
   },
 }
 

--
Gitblit v1.9.3