diff --git a/pages/article/post/_article_id.vue b/pages/article/post/_article_id.vue index 350b5be..00cc853 100644 --- a/pages/article/post/_article_id.vue +++ b/pages/article/post/_article_id.vue @@ -427,11 +427,8 @@ height: 480, placeholder: '', //_ts.$t('inputContent', _ts.$store.state.locale) resize: false, - value: '' + value: articleContent }); - - let mark = _ts.contentEditor.html2md(articleContent); - _ts.contentEditor.setValue(mark); }) } }