Pārlūkot izejas kodu

delete debugger

张延森 5 gadus atpakaļ
vecāks
revīzija
775ba7968c
1 mainītis faili ar 0 papildinājumiem un 2 dzēšanām
  1. 0
    2
      src/pages/project/index.js

+ 0
- 2
src/pages/project/index.js Parādīt failu

@@ -561,9 +561,7 @@ export default class Index extends Component {
561 561
     )
562 562
   }
563 563
   changeCurrent(event) {
564
-
565 564
     const current = event.detail.current
566
-    debugger
567 565
     this.props.onChange && this.props.onChange(current)
568 566
   }
569 567