zhangwencui
5 天以前 f3b97d08e13224c6bc1d4f267bdb1a4e0b3690c3
src/api/system/message.js
@@ -30,7 +30,7 @@
// 一键标记所有消息为已读
export function markAllAsRead() {
  return request({
    url: "/system/notice/markAllAsRead",
    url: "/system/notice/readAll",
    method: "post",
  });
}