perf: notice

This commit is contained in:
Soulter
2025-01-22 21:38:05 +08:00
parent 13281179df
commit ec1fb838b6

View File

@@ -63,6 +63,7 @@ export default {
if (data['dashboard-notice']) {
this.noticeTitle = data['dashboard-notice'].title;
this.noticeContent = data['dashboard-notice'].content;
this.noticeType = data['dashboard-notice'].type;
}
});
},