办公室配套

This commit is contained in:
weicw
2023-09-04 17:59:29 +08:00
parent a45034680e
commit d93010e6fc
4 changed files with 27 additions and 20 deletions

View File

@@ -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 => {