Skip to content

Commit 8158187

Browse files
committed
perf: 优化删除文章和移动端删除文件
1 parent 34bdd48 commit 8158187

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/views/setting/articles/articleManager.vue

-6
Original file line numberDiff line numberDiff line change
@@ -305,12 +305,6 @@ export default {
305305
}).then(() => {
306306
// 移除列表
307307
this.getArticleList()
308-
}).then(() => {
309-
this.$notify({
310-
title: '删除成功',
311-
type: 'success',
312-
duration: 1000
313-
})
314308
})
315309
})
316310
},

0 commit comments

Comments
 (0)