mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-30 18:00:56 +01:00
added baidu tongji for analytics
This commit is contained in:
14
frontend/src/store/modules/stats.js
Normal file
14
frontend/src/store/modules/stats.js
Normal file
@@ -0,0 +1,14 @@
|
||||
const state = {}
|
||||
const getters = {
|
||||
useStats () {
|
||||
return localStorage.getItem('useStats')
|
||||
}
|
||||
}
|
||||
const mutations = {}
|
||||
const actions = {}
|
||||
export default {
|
||||
state,
|
||||
getters,
|
||||
mutations,
|
||||
actions
|
||||
}
|
||||
Reference in New Issue
Block a user