新建页面取消按钮,跳转地址错误

This commit is contained in:
caishi 2021-09-08 11:33:36 +08:00
parent fc274f09e9
commit 64b1c51fad
1 changed files with 1 additions and 1 deletions

View File

@ -542,7 +542,7 @@ class Index extends Component {
</div>
<Form.Item className="formTip mt20">
<Button type="primary" onClick={this.subMitFrom} className="mr20">创建项目</Button>
<Link to={'/projects'} className="btn_32">取消</Link>
<Link to={'/explore'} className="btn_32">取消</Link>
</Form.Item>
</div>
</Form>