1
0
mirror of https://github.com/fumiama/paper-manager.git synced 2026-06-10 19:10:25 +08:00

finish dashboard/anaylsis

This commit is contained in:
源文雨
2023-03-21 23:30:52 +08:00
parent 6269a9544f
commit f2a26a6067
5 changed files with 26 additions and 7 deletions

View File

@@ -5,6 +5,11 @@ enum Api {
GetMessageList = '/getMessageList',
AcceptMessage = '/acceptMessage',
DeleteMessage = '/delMessage',
GetAnnualVisits = '/getAnnualVisits',
}
export const getAnnualVisits = () => {
return defHttp.get<number[]>({ url: Api.GetAnnualVisits })
}
export const getMessageList = () => {