Commit 67405196 authored by 熊成伟's avatar 熊成伟

debug

parent 64ce1288
This diff is collapsed.
......@@ -3,12 +3,12 @@ import {WhiteSpace, WingBlank, ActivityIndicator} from 'antd-mobile'
import TodoCard from '../../components/LogCard'
import TopSearch from '../../components/TopSearch'
const Backlog = () => {
const Backlog = (props) => {
const [loading, setLoading] = useState(false)
const checkLog = () => {
this.props.history.push(`/blank/info/example/1`)
props.history.push(`/blank/info/example/1`)
}
return (
<WingBlank>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment