办公室配套
This commit is contained in:
8
App.vue
8
App.vue
@@ -50,10 +50,10 @@
|
||||
// 2. 连接聊天服务器
|
||||
if (token) {
|
||||
store.dispatch('GetUserInfo')
|
||||
store.dispatch('ConnectSocket', {
|
||||
userId: store.getters.userId,
|
||||
token
|
||||
})
|
||||
// store.dispatch('ConnectSocket', {
|
||||
// userId: store.getters.userId,
|
||||
// token
|
||||
// })
|
||||
}
|
||||
// 3. 获取配置信息
|
||||
RedisApi.getConfig().then(res => {
|
||||
|
||||
Reference in New Issue
Block a user