From 536e747ea96748702ab3e1562dbaaf1e0a974561 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Wed, 13 Sep 2023 11:24:38 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/develop' into develop
---
src/store/index.ts | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/store/index.ts b/src/store/index.ts
index 2d7016d..56d32af 100644
--- a/src/store/index.ts
+++ b/src/store/index.ts
@@ -8,12 +8,12 @@
import getter from './getters'
import { DevicesCmdExecuteInfo } from '/@/types/device-cmd'
import map from './map'
-import common from "/@/store/common";
+import common from '/@/store/common'
const initStateFunc = () => ({
Layers: [
{
- name: 'default',
+ name: '默认',
id: '',
is_distributed: true,
elements: [],
@@ -22,7 +22,7 @@
type: 1
},
{
- name: 'share',
+ name: '共享',
id: '',
is_distributed: true,
elements: [],
--
Gitblit v1.9.3