src/views/radar/index.vue
@@ -86,7 +86,7 @@ }, mounted() { const now = new Date(); const startTime = new Date(now.getTime() - 20 * 60 * 1000); const startTime = new Date(now.getTime() - 24*60 * 60 * 1000); const fmt = (d) => { const Y = d.getFullYear(); const M = String(d.getMonth() + 1).padStart(2, '0');