From 9b531e24cbbc1021e48b7fbd8f132075e0ea8b8e Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Tue, 19 Sep 2023 16:10:47 +0800
Subject: [PATCH] 计划库筛选查询
---
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