Przeglądaj źródła

delete debugger

张延森 5 lat temu
rodzic
commit
775ba7968c
1 zmienionych plików z 0 dodań i 2 usunięć
  1. 0
    2
      src/pages/project/index.js

+ 0
- 2
src/pages/project/index.js Wyświetl plik

@@ -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