cjl
2 days ago 1ebbed2ea18f0ddc3f4d2cfa7657d47788bda7ec
修改
1 files modified
2 ■■■ changed files
src/views/radar/index.vue 2 ●●● patch | view | raw | blame | history
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');