From 3d5032b107b2e7477fd19d5540d258c8809f16ae Mon Sep 17 00:00:00 2001 From: sean Date: Mon, 31 Jul 2017 10:59:53 +0800 Subject: [PATCH 1/5] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E6=96=87?= =?UTF-8?q?=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; From 8a99a22dfd3d9e9bf19017bee0fd8ac7b59de7de Mon Sep 17 00:00:00 2001 From: "waliang.wang" Date: Mon, 31 Jul 2017 11:07:47 +0800 Subject: [PATCH 2/5] fix --- client/containers/AddInterface/AddInterface.scss | 2 +- client/containers/AddInterface/ReqMethod/ReqMethod.js | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/client/containers/AddInterface/AddInterface.scss b/client/containers/AddInterface/AddInterface.scss index 79be4159..d5ac7a93 100644 --- a/client/containers/AddInterface/AddInterface.scss +++ b/client/containers/AddInterface/AddInterface.scss @@ -208,7 +208,7 @@ .ant-affix, .save-button { padding: 20px 0; - background: #F6F6F6; + background: #f1f3f6; button { margin: 0 auto; display: block; diff --git a/client/containers/AddInterface/ReqMethod/ReqMethod.js b/client/containers/AddInterface/ReqMethod/ReqMethod.js index 018ca666..f33f79ff 100644 --- a/client/containers/AddInterface/ReqMethod/ReqMethod.js +++ b/client/containers/AddInterface/ReqMethod/ReqMethod.js @@ -40,6 +40,7 @@ class ReqMethod extends Component { @autobind handleChange (value) { + console.log('select', value) this.props.pushInterfaceMethod(value) } @@ -66,6 +67,7 @@ class ReqMethod extends Component { 请求方式 :