chore: removed unused store files; fix: removed global window.vol object in favor to a store property; chore: changed store module aboutInfo to appInfo
This commit is contained in:
@@ -3,5 +3,5 @@ import store from '@/store'
|
||||
export const socket = io.connect(window.location.href)
|
||||
|
||||
socket.on('init_update', data => {
|
||||
store.dispatch('setAboutInfo', data)
|
||||
store.dispatch('setAppInfo', data)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user