🐛 删除文章后页面跳转问题修复

This commit is contained in:
x ronger 2020-09-16 22:55:19 +08:00
parent e4ac54ed2d
commit a1d5ec5c28

View File

@ -231,7 +231,7 @@
localStorage.removeItem('article-tags'); localStorage.removeItem('article-tags');
_ts.contentEditor.setValue(''); _ts.contentEditor.setValue('');
_ts.$router.push({ _ts.$router.push({
name: 'home' name: 'index'
}) })
}) })
}).catch(() => { }).catch(() => {