diff --git a/src/pages/CreateAndEditPost/index.jsx b/src/pages/CreateAndEditPost/index.jsx index c87c4df..1557655 100644 --- a/src/pages/CreateAndEditPost/index.jsx +++ b/src/pages/CreateAndEditPost/index.jsx @@ -5,6 +5,7 @@ import ImageUploader from "../../components/ImageUploader"; import VideoUploader from "../../components/VideoUploader"; const CreateAndEditPostContent = (props) => { + const { TextArea } = Input; //表头 const columns = [ { @@ -182,7 +183,6 @@ const CreateAndEditPostContent = (props) => { }), }); const temData = await response.json(); - console.log(temData); if (temData.ret === -1) { alert(temData.msg); return; @@ -487,7 +487,7 @@ const CreateAndEditPostContent = (props) => { ]} style={{ margin: 0 }} > - +