up
This commit is contained in:
@@ -240,7 +240,7 @@ function formatDate(dateStr: string) {
|
||||
|
||||
onMounted(() => {
|
||||
loadDashboardData();
|
||||
interval = window.setInterval(loadDashboardData, 30000);
|
||||
interval = window.setInterval(loadDashboardData, 10000);
|
||||
});
|
||||
|
||||
onUnmounted(() => {
|
||||
|
||||
Reference in New Issue
Block a user