From 6bf6a395d531a6ecd3b4c4aaf95f0d768f316037 Mon Sep 17 00:00:00 2001
From: husq <931347610@qq.com>
Date: Tue, 19 Sep 2023 16:34:57 +0800
Subject: [PATCH] Merge branch 'demo' of http://s16s652780.51mypc.cn:49896/r/yskj/iot_drone_web into demo

---
 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 458ee4d..d536696 100644
--- a/src/store/index.ts
+++ b/src/store/index.ts
@@ -7,6 +7,7 @@
 import { WaylineFile } from '/@/types/wayline'
 import { DevicesCmdExecuteInfo } from '/@/types/device-cmd'
 import map from './map'
+import common from './common'
 
 const initStateFunc = () => ({
   Layers: [
@@ -247,7 +248,8 @@
   mutations,
   actions,
   modules: {
-    map
+    map,
+    common
   },
 }
 

--
Gitblit v1.9.3