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(),
     )