Commit 852b4096 authored by 前端-黄佳鑫's avatar 前端-黄佳鑫
parents 18dd83da 9fedd4b6
......@@ -36,7 +36,7 @@ const Message: React.FC<{}> = () => {
}
const handleRead = (id, url: string) => {
PublicApi.postReportMessagePlatformRead({id: id})
PublicApi.postReportMessagePlatformRead({id: id}, {ctlType: 'none'})
.then((data) => {
if(url) {
if(/http/.test(url)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment