diff --git a/public/react/src/modules/courses/videostatistics/component/Videostatisticscomtwo.js b/public/react/src/modules/courses/videostatistics/component/Videostatisticscomtwo.js index 1918d6adb..ab8d6c957 100644 --- a/public/react/src/modules/courses/videostatistics/component/Videostatisticscomtwo.js +++ b/public/react/src/modules/courses/videostatistics/component/Videostatisticscomtwo.js @@ -8,7 +8,7 @@ import NoneDatas from "../../signin/component/NoneDatas"; //条目 -class Videostatisticscom extends Component { +class Videostatisticscomtwo extends Component { //条目组件 constructor(props) { super(props); @@ -501,4 +501,4 @@ class Videostatisticscom extends Component { } } -export default Videostatisticscom; +export default Videostatisticscomtwo;