diff --git a/client/containers/Project/Interface/InterfaceCol/InterfaceColContent.js b/client/containers/Project/Interface/InterfaceCol/InterfaceColContent.js index 85e0a63c3..b58764826 100644 --- a/client/containers/Project/Interface/InterfaceCol/InterfaceColContent.js +++ b/client/containers/Project/Interface/InterfaceCol/InterfaceColContent.js @@ -504,7 +504,7 @@ class InterfaceColContent extends Component { } onChangeTest = d => { - + this.setState({ commonSetting: { ...this.state.commonSetting, @@ -974,12 +974,12 @@ class InterfaceColContent extends Component { >
- + - + { let {commonSetting} = this.state; this.setState({ @@ -993,29 +993,29 @@ class InterfaceColContent extends Component { - + - + - + - + - + - + { let {commonSetting} = this.state; this.setState({ @@ -1029,12 +1029,12 @@ class InterfaceColContent extends Component { - + - +
{ let {commonSetting} = this.state; this.setState({ @@ -1056,7 +1056,7 @@ class InterfaceColContent extends Component { }} /> - +
{InsertCodeMap.map(item => { return ( @@ -1295,7 +1295,7 @@ class InterfaceColContent extends Component { - diff --git a/common/postmanLib.js b/common/postmanLib.js index a59962c27..416e81211 100644 --- a/common/postmanLib.js +++ b/common/postmanLib.js @@ -118,7 +118,10 @@ async function httpRequestByNode(options) { }), data: options.data } - console.log({"axios请求:":axioscontent}) + { + let url = URL.parse(axioscontent.url); + console.log({"axios 请求:":{...axioscontent, queryParams: qs.parse(url.query)}}); + } let response = await axios(axioscontent); return handleRes(response); } catch (err) { @@ -319,7 +322,6 @@ async function crossRequest(defaultOptions, preScript, afterScript,case_pre_scri let data; - data = await httpRequestByNode(options); data.req = options; data.utils=context.utils;