mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-30 18:00:56 +01:00
added site list
This commit is contained in:
@@ -11,6 +11,7 @@ import task from './modules/task'
|
||||
import file from './modules/file'
|
||||
import schedule from './modules/schedule'
|
||||
import lang from './modules/lang'
|
||||
import site from './modules/site'
|
||||
import getters from './getters'
|
||||
|
||||
Vue.use(Vuex)
|
||||
@@ -27,7 +28,8 @@ const store = new Vuex.Store({
|
||||
task,
|
||||
file,
|
||||
schedule,
|
||||
lang
|
||||
lang,
|
||||
site
|
||||
},
|
||||
getters
|
||||
})
|
||||
|
||||
@@ -55,7 +55,7 @@ const mutations = {
|
||||
},
|
||||
SET_NODE_STATS (state, value) {
|
||||
state.nodeStats = value
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
const actions = {
|
||||
|
||||
Reference in New Issue
Block a user