diff --git a/src/components/AppHeadUserInfo.vue b/src/components/AppHeadUserInfo.vue index cc2af0b..c616730 100644 --- a/src/components/AppHeadUserInfo.vue +++ b/src/components/AppHeadUserInfo.vue @@ -90,6 +90,9 @@ const noticeShows = () => { noticeShow.value = !noticeShow.value; } }; +const goStatistics = () => { + push({ name: 'statistics' }); +};