remove consolelog

This commit is contained in:
黄心宇 2023-06-30 09:57:28 +08:00
parent 0289e7f1fd
commit 305ff1ba8c
1 changed files with 0 additions and 2 deletions

View File

@ -14,8 +14,6 @@ function NewsDetail(props){
const [ content , setContent]=useState(undefined);
const temp = props.temp
console.log(props.history.location)
useEffect(()=>{
if(id){
window.scrollTo(0,450);