Commit 2ba29471 authored by 杨思琦's avatar 杨思琦

fix: 消息默认图标修改

parent b3f603ec
Pipeline #64830 passed with stages
......@@ -254,7 +254,7 @@ const CheckAllMessage = props => {
if (messType.indexOf('会议') != -1) {
return require('../../../assets/images/system/notifications/icon7.png');
}
return require('../../../assets/images/system/notifications/icon3.png');
return require('../../../layouts/AppLayout/notifier/images/types/other.png');
};
// 标记为已读
const hasRead = () => {
......
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