Lin Qilong 1 주 전
부모
커밋
c403b8b642
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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(),
     )