@ -16,7 +16,7 @@ function Announcement() {
axios
.get('/api/workplace/announcement')
.then((res) => {
setData(res.data);
setData(res as any);
})
.finally(() => {
setLoading(false);
@ -67,7 +67,7 @@ function Overview() {
.get('/api/workplace/overview-content')