fix: return list path

master
jsers 5 years ago
parent ba03584e67
commit 358b4a9529

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

Loading…
Cancel
Save