From e2afee71874538e31ed57032e3ad1bba1188ab4b Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 20 十月 2022 15:31:41 +0800 Subject: [PATCH] 2022-10-20 --- src/views/interface/history/index.jsx | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/views/interface/history/index.jsx b/src/views/interface/history/index.jsx index 5e882c2..a35551f 100644 --- a/src/views/interface/history/index.jsx +++ b/src/views/interface/history/index.jsx @@ -200,11 +200,15 @@ createDate: '', formData: [], headers: [], - interface: window.GLOB.baseurl + 'webapi/logon', + interface: window.GLOB.baseurl + 'webapi/dologon', method: 'POST', params: [], raw: "{\n \"UserName\":\"******\",\n \"Password\":\"******\",\n \"systemType\":\"local\",\n \"Type\":\"鍏挜\",\n \"privatekey\":\"绉侀挜\",\n \"timestamp\":\"" + moment().format('YYYY-MM-DD HH:mm:ss') + "\",\n \"appkey\":\"" + window.GLOB.appkey + "\"\n}", uuid: 'dologon' + } + + if (window.GLOB.mainSystemApi) { + m.raw = "{\n \"UserName\":\"******\",\n \"Password\":\"******\",\n \"systemType\":\"local\",\n \"Type\":\"鍏挜\",\n \"privatekey\":\"绉侀挜\",\n \"timestamp\":\"" + moment().format('YYYY-MM-DD HH:mm:ss') + "\",\n \"appkey\":\"" + window.GLOB.appkey + "\",\n \"rduri\":\"" + window.GLOB.mainSystemApi.replace(/\/webapi(.*)/, '/webapi/dologon') + "\"\n}" } MKEmitter.emit('useInterface', m) } @@ -269,7 +273,7 @@ <div className="line-title">绀轰緥</div> <div className="line-item" key="dologon"> <div className="method">POST</div> - <div className="inter" style={{lineHeight: '40px'}}>logon</div> + <div className="inter" style={{lineHeight: '40px'}}>dologon</div> <div className="action" style={{paddingLeft: '40px'}}> <RightOutlined onClick={this.uselogon} /> </div> -- Gitblit v1.8.0