Merge branch 'dev' of gitlab.corp.qunar.com:mfe/yapi into dev

This commit is contained in:
yhui.yang 2017-07-25 21:04:19 +08:00
commit 20b8a31660

View File

@ -41,7 +41,7 @@ const getColumns = (data, props) => {
dataIndex: 'name',
key: 'name',
render: (text, record) => {
return <Link to={`Interface/${record._id}`}>{text}</Link>
return <Link to={`/Interface/${record._id}`}>{text}</Link>
}
}, {
title: '创建人',