智慧保安打卡签到系统
liuyg
2021-11-19 510cdf91c11696f97aefd175df2abab5ae0d3053
src/store/index.js
@@ -5,6 +5,7 @@
import tags from './modules/tags'
import logs from './modules/logs'
import dict from './modules/dict'
import exam from './modules/exam'
import getters from './getters'
Vue.use(Vuex)
@@ -14,7 +15,8 @@
    common,
    logs,
    tags,
    dict
    dict,
    exam
  },
  getters,
})