update 优化 通知公告页面增加查看详情功能 支持预览已经编辑好的富文本内容

update 优化 消息盒子相关消息可直接跳转到详情页展示富文本内容
This commit is contained in:
疯狂的狮子Li
2026-03-26 18:06:00 +08:00
parent 1daa291bb6
commit b9e5220069
5 changed files with 123 additions and 9 deletions
-1
View File
@@ -11,7 +11,6 @@ export interface NoticeItem {
content?: string;
data?: Record<string, any> | null;
path?: string;
query?: Record<string, any> | null;
time: string;
}