| | |
| | | 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' |
| | | 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 |
| | | } |
| | | }) |
| | | }) |