From cc68c8e5f5b6dc17ce03b74ffb8933efe632c54d Mon Sep 17 00:00:00 2001
From: mg <maokecheng@163.com>
Date: 星期四, 03 十一月 2022 11:05:22 +0800
Subject: [PATCH] 页面导航和点位管理
---
src/store/index.js | 25 +++++++++++++++----------
1 files changed, 15 insertions(+), 10 deletions(-)
diff --git a/src/store/index.js b/src/store/index.js
index 6a2d4a6..84a64f1 100644
--- a/src/store/index.js
+++ b/src/store/index.js
@@ -3,19 +3,24 @@
import users from "./users"
import logs from "./logs"
import bayonet from './system/bayonet'
+import loudspeaker from './system/loudspeaker'
+import handheldTerminal from './system/handheldTerminal'
import shortMessage from './operate/managenment/shortMessage'
+import statistics from './intelligentPatrol/statistics'
Vue.use(Vuex)
export default new Vuex.Store({
- state: {
- },
- getters: {
- },
- mutations: {
- },
- actions: {
- },
+ state: {},
+ getters: {},
+ mutations: {},
+ actions: {},
modules: {
- users,logs,bayonet,shortMessage
+ users,
+ logs,
+ bayonet,
+ shortMessage,
+ loudspeaker,
+ handheldTerminal,
+ statistics
}
-})
+})
\ No newline at end of file
--
Gitblit v1.8.0