src/store/index.js
@@ -4,8 +4,10 @@ import logs from "./logs" import loudspeaker from './system/loudspeaker' import handheldTerminal from './system/handheldTerminal' import orgGrid from './system/orgGrid' import shortMessage from './operate/managenment/shortMessage' import statistics from './intelligentPatrol/statistics' import writ from './operate/writ' Vue.use(Vuex) export default new Vuex.Store({ @@ -19,6 +21,8 @@ shortMessage, loudspeaker, handheldTerminal, statistics statistics, writ, orgGrid } })