🐛 更新文章后文章详情异常问题修复
This commit is contained in:
parent
cf8a58efc2
commit
f5f951e027
@ -269,6 +269,7 @@
|
|||||||
localStorage.removeItem('article-title');
|
localStorage.removeItem('article-title');
|
||||||
localStorage.removeItem('article-tags');
|
localStorage.removeItem('article-tags');
|
||||||
_ts.contentEditor.setValue('');
|
_ts.contentEditor.setValue('');
|
||||||
|
_ts.$store.commit('article/clearDetailData')
|
||||||
_ts.$router.push({
|
_ts.$router.push({
|
||||||
path: `/article/${res.id}`
|
path: `/article/${res.id}`
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user