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, 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