公告板
版本库
filestore
活动
搜索
登录
main
/
lmk-shop-web
绿满筐商城sweb-vue服务
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
订单列表问题
zxl
2025-09-02
12abc32817cbf32732148e7581f6a2665a8d0dbb
[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