🐛 删除文章后页面跳转问题修复
This commit is contained in:
parent
e4ac54ed2d
commit
a1d5ec5c28
@ -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(() => {
|
||||||
|
Loading…
Reference in New Issue
Block a user