From f1655abaad73a2288697983a1d9f554545119d57 Mon Sep 17 00:00:00 2001 From: suxiaoxin Date: Mon, 31 Jul 2017 10:59:53 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/containers/ProjectGroups/ProjectList/ProjectList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/containers/ProjectGroups/ProjectList/ProjectList.js b/client/containers/ProjectGroups/ProjectList/ProjectList.js index dbb04cec..2e006fa0 100644 --- a/client/containers/ProjectGroups/ProjectList/ProjectList.js +++ b/client/containers/ProjectGroups/ProjectList/ProjectList.js @@ -42,7 +42,7 @@ const getColumns = (data, props) => { return {text} } },{ - title: 'Mock链接', + title: 'Mock基本URL', key: 'domain', render: (item) => { return 'http://'+ item.prd_host + item.basepath;