From af20e065161aeb388303d137d395725ec9dd041f Mon Sep 17 00:00:00 2001
From: liyanqi <15181887205@163.com>
Date: 星期二, 01 十一月 2022 18:43:03 +0800
Subject: [PATCH] Merge branch 'master' of http://42.193.1.25:9521/r/sccg_ui

---
 src/store/index.js |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/store/index.js b/src/store/index.js
index c271a66..84a64f1 100644
--- a/src/store/index.js
+++ b/src/store/index.js
@@ -6,6 +6,7 @@
 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({
@@ -19,6 +20,7 @@
     bayonet,
     shortMessage,
     loudspeaker,
-    handheldTerminal
+    handheldTerminal,
+    statistics
   }
 })
\ No newline at end of file

--
Gitblit v1.8.0