feat: 修改文案

This commit is contained in:
suxiaoxin 2017-07-31 10:59:53 +08:00
parent 14def380bb
commit f1655abaad

View File

@ -42,7 +42,7 @@ const getColumns = (data, props) => {
return <Link to={`/project/${record._id}`}>{text}</Link>
}
},{
title: 'Mock链接',
title: 'Mock基本URL',
key: 'domain',
render: (item) => {
return 'http://'+ item.prd_host + item.basepath;