zhanghua
2023-03-21 5fa2d692c4083d578f73f8af0d0924147b8f4f19
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
  }
})