@@ -78,7 +78,7 @@
>
<div>
<t-button theme="default" @click="save(false)">保存草稿</t-button>
- <t-button theme="primary" ghost @click="onPreview">预览</t-button>
+<!-- <t-button theme="primary" ghost @click="onPreview">预览</t-button>-->
<t-button theme="primary" @click="save(true)">保存并发布</t-button>
</div>