Commit 82577175 authored by Bill's avatar Bill

fix: 点击消息时禁用提示

parent fcd092ad
......@@ -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