公告板
版本库
filestore
活动
搜索
登录
main
/
lmk-shop-web
绿满筐商城sweb-vue服务
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
订单列表支持按照年月日时分秒的格式查询和导出
peng
5 天以前
e5479d349837d24556c414e5dd2ca7206e909571
[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