@ -532,6 +532,7 @@ function initRecentlyMailTrend() {
watch(time, () => {
getData();
initRecentlyMailTrend()
})
onMounted(() => {
@ -541,7 +542,7 @@ onMounted(() => {
// console.log("Active Tab: ", activeMailTab.value);
// }, 3000); // 每3秒切换一次
});
// 在组件卸载前清除定时器
</script>