From bae07cec6cfa99cadd98fb7eb0332cbde35a921e Mon Sep 17 00:00:00 2001
From: husq <931347610@qq.com>
Date: Wed, 13 Sep 2023 17:12:38 +0800
Subject: [PATCH] 计划样式初步修改
---
src/store/index.ts | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/src/store/index.ts b/src/store/index.ts
index 818ab40..56d32af 100644
--- a/src/store/index.ts
+++ b/src/store/index.ts
@@ -7,11 +7,13 @@
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: [
{
- name: 'default',
+ name: '默认',
id: '',
is_distributed: true,
elements: [],
@@ -20,7 +22,7 @@
type: 1
},
{
- name: 'share',
+ name: '共享',
id: '',
is_distributed: true,
elements: [],
@@ -244,6 +246,8 @@
actions,
modules: {
getter,
+ map,
+ common
},
}
--
Gitblit v1.9.3