From 47b65eae00897a353ea65d83ebdadce82a7b2ad2 Mon Sep 17 00:00:00 2001
From: husq <931347610@qq.com>
Date: Fri, 15 Sep 2023 10:20:31 +0800
Subject: [PATCH] 俩种直播 英文改中文
---
src/store/index.ts | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/src/store/index.ts b/src/store/index.ts
index 2d7016d..96f55bb 100644
--- a/src/store/index.ts
+++ b/src/store/index.ts
@@ -5,10 +5,8 @@
import { getLayers } from '/@/api/layer'
import { LayerType } from '/@/types/mapLayer'
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: [
@@ -245,9 +243,7 @@
mutations,
actions,
modules: {
- getter,
- map,
- common
+ map
},
}
--
Gitblit v1.9.3