公告板
版本库
filestore
活动
搜索
登录
main
/
lmk-shop-web
绿满筐商城sweb-vue服务
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
客户管理(详情)
zxl
2025-06-19
93bfb1c5512db9feceb16cd3084a92d4dedf615e
[lmk-shop-web.git]
/
im
/
src
/
store
/
mutations.js
1
2
3
4
5
6
7
8
9
// 根级别的 mutation
const mutations = {
// 更新socket 连接状态
UPDATE_SOCKET_STATUS(state, status) {
state.socketStatus = status
},
}
export default mutations