fix: return list path

This commit is contained in:
jsers 2020-05-13 14:26:33 +08:00
parent ba03584e67
commit 358b4a9529
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ const CollectForm = (props: any) => {
<Button
style={{ marginLeft: 8 }}
>
<Link to={{ pathname: '/collect' }}>{<FormattedMessage id="form.goback" />}</Link>
<Link to={{ pathname: '/monitor/collect' }}>{<FormattedMessage id="form.goback" />}</Link>
</Button>
</FormItem>
</Form>