同步一下

This commit is contained in:
daihh
2023-01-09 18:40:29 +08:00
parent ad8017db24
commit cb99ef6e61

View File

@@ -435,6 +435,9 @@
return treeList;
}
},
destroyed(){
this.stopStudyTime();
},
methods: {
toUserHome(tea){
this.$router.push({path:this.$xpage.getHomePath(tea.teacherId)})