Lin Qilong hace 1 semana
padre
commit
c403b8b642
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      src/views/Yuyan.vue

+ 0 - 2
src/views/Yuyan.vue

@@ -199,8 +199,6 @@ function handleCurrentChange(id) {
     const result = findMaxDifferenceDay(yuyanData.value)
     let timeList = removeDuplicates(yuyanData.value.map(y => y.YMDHM))
 
-    debugger
-
     const maxIndex = timeList.findIndex(
       item => item.getTime() === result.date.getTime(),
     )