diff --git a/src/views/t-post.vue b/src/views/t-post.vue index d449c6b5..436304bb 100644 --- a/src/views/t-post.vue +++ b/src/views/t-post.vue @@ -104,7 +104,7 @@ const shareTitle = ref(""); // 数据 const postId = Number(useRoute().params.post_id); const postHtml = ref(""); -const devRender = ref(false); +const devRender = ref(true); const renderPost = ref([]); const postRender = ref({ title: "",