From 1ac7fb3108bc16afad227a3f700a73ec1eb1b3ef Mon Sep 17 00:00:00 2001
From: luobisheng <727299681@qq.com>
Date: 星期三, 16 十一月 2022 17:06:19 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 src/store/index.js |   25 ++++++++++++++-----------
 1 files changed, 14 insertions(+), 11 deletions(-)

diff --git a/src/store/index.js b/src/store/index.js
index 6a2d4a6..b12d733 100644
--- a/src/store/index.js
+++ b/src/store/index.js
@@ -2,20 +2,23 @@
 import Vuex from 'vuex'
 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,
+    shortMessage,
+    loudspeaker,
+    handheldTerminal,
+    statistics
   }
-})
+})
\ No newline at end of file

--
Gitblit v1.8.0