From cee338f18d22bbbb989d79c0add082fdb4e2b8ef Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Fri, 08 Sep 2023 11:09:00 +0800
Subject: [PATCH] store添加projectId
---
src/store/index.ts | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/store/index.ts b/src/store/index.ts
index 818ab40..2d7016d 100644
--- a/src/store/index.ts
+++ b/src/store/index.ts
@@ -7,6 +7,8 @@
import { WaylineFile } from '/@/types/wayline'
import getter from './getters'
import { DevicesCmdExecuteInfo } from '/@/types/device-cmd'
+import map from './map'
+import common from "/@/store/common";
const initStateFunc = () => ({
Layers: [
@@ -244,6 +246,8 @@
actions,
modules: {
getter,
+ map,
+ common
},
}
--
Gitblit v1.9.3