Prechádzať zdrojové kódy

fix: 删除console语句

ChenYangfan 6 rokov pred
rodič
commit
7b0c69ec4c

+ 0 - 1
src/views/teacher/components/TeacherSlideDetail.vue

@@ -92,7 +92,6 @@ export default {
     },
     handleModifySlideName () {
       modifySlide({ id: this.slide.id, name: this.newSlideName }).then(res => {
-        console.log(res)
         this.$setSuccessMessage('修改成功')
         this.$store.commit(SET_SLIDE_INFO, { slideInfo: res })
         this.$router.push('')