china
2023-05-11 c7bc3eb18e1fda4254ca0195e2133d2ed978de11
src/store/index.js
@@ -8,6 +8,9 @@
import settings from './modules/settings'
import getters from './getters'
// 时克英,2023-04-17
// import websocket from './modules/websoket'
Vue.use(Vuex)
const store = new Vuex.Store({
@@ -18,6 +21,7 @@
    tagsView,
    permission,
    settings
    // websocket
  },
  getters
})