保安服务企业管理项目备份
liuyg
2022-03-16 e4be7a095f31b76d4f3d60c06eefe774ffd264fc
src/store/index.js
@@ -5,6 +5,7 @@
import tags from './modules/tags'
import logs from './modules/logs'
import dict from './modules/dict'
import control from './modules/control'
import getters from './getters'
Vue.use(Vuex)
@@ -14,7 +15,8 @@
    common,
    logs,
    tags,
    dict
    dict,
    control
  },
  getters,
})