|
|
@@ -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('')
|