mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-21 10:25:53 +08:00
IM
This commit is contained in:
9
im/src/store/mutations.js
Normal file
9
im/src/store/mutations.js
Normal file
@@ -0,0 +1,9 @@
|
||||
// 根级别的 mutation
|
||||
const mutations = {
|
||||
// 更新socket 连接状态
|
||||
UPDATE_SOCKET_STATUS(state, status) {
|
||||
state.socketStatus = status
|
||||
},
|
||||
}
|
||||
|
||||
export default mutations
|
||||
Reference in New Issue
Block a user