优化分盘设置
This commit is contained in:
@@ -80,6 +80,9 @@ export default {
|
||||
if (valid) {
|
||||
this.loading = true
|
||||
setToken('data.token')
|
||||
if (localStorage.getItem('setForm')) {
|
||||
this.$store.commit('setData', {name: 'setForm', data: localStorage.getItem('setForm')})
|
||||
}
|
||||
this.$store.commit('SET_TOKEN', 'data.token')
|
||||
this.$store.dispatch('chat/initWebSocket') // 初始化websocket
|
||||
setTimeout(() => {
|
||||
|
||||
Reference in New Issue
Block a user