diff --git a/public/images/home/Frame 4528(1).png b/public/images/home/Frame 4528(1).png new file mode 100644 index 00000000..b2c5b38f Binary files /dev/null and b/public/images/home/Frame 4528(1).png differ diff --git a/public/images/home/Frame 4528.png b/public/images/home/Frame 4528.png new file mode 100644 index 00000000..1361f5e5 Binary files /dev/null and b/public/images/home/Frame 4528.png differ diff --git a/public/images/home/Frame 4529.png b/public/images/home/Frame 4529.png new file mode 100644 index 00000000..2457d3fa Binary files /dev/null and b/public/images/home/Frame 4529.png differ diff --git a/src/api/account/notificationRecord.ts b/src/api/account/notificationRecord.ts index 9a8c4219..25f14b70 100644 --- a/src/api/account/notificationRecord.ts +++ b/src/api/account/notificationRecord.ts @@ -6,7 +6,6 @@ export const getList_api = (data: object): any => server.get(`/notifications/_qu export const getListByUnRead_api = (data: object): any => server.post(`/notifications/_query`, data) // 修改记录状态 export const changeStatus_api = (type: '_read' | '_unread', data: string[]): any => server.post(`/notifications/${type}`, data) -export const read = (id: string): any => server.get(`notifications/${id}/read`) const encodeParams = (params: Record) => { diff --git a/src/components/Layout/components/Notice.vue b/src/components/Layout/components/Notice.vue index 898c9777..54716086 100644 --- a/src/components/Layout/components/Notice.vue +++ b/src/components/Layout/components/Notice.vue @@ -5,10 +5,13 @@ :trigger="['click']" @visible-change="visibleChange" > -
+ + + +