【修改】增加加载中

This commit is contained in:
zhoulingpo
2023-05-25 17:50:06 +08:00
parent ff515ffdef
commit 1c9d33f54a
+7
View File
@@ -16,4 +16,11 @@ export default {
params:data
})
},
// 单条一度
oneRead(data) {
return request({
url: '/api/message/read/'+data,
method: 'get'
})
},
}