From a757b75163d77acc5111637fbe20ec61d895a72b Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 11 八月 2021 23:15:29 +0800 Subject: [PATCH] 2021-08-11 --- src/views/login/index.jsx | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/src/views/login/index.jsx b/src/views/login/index.jsx index ace4c55..3ef55be 100644 --- a/src/views/login/index.jsx +++ b/src/views/login/index.jsx @@ -243,6 +243,15 @@ nonc: Utils.getuuid() } + // param = { + // func: _func, + // VerificationCode: '鎺堟潈鐮�', + // TimeStamp: timeStamp, + // userid: _id, + // LoginUID: _id, + // nonc: Utils.getuuid() + // } + let keys = Object.keys(param).sort() let values = '' keys.forEach(key => { @@ -251,7 +260,7 @@ param.sign = md5(values) param.t = new Date().getTime() - Api.directRequest(_rduri + '/sEmpowerCloud_Get_LinkUrl', 'post', param, 'true').then(res => { + Api.directRequest(_rduri + '/' + _func, 'post', param, 'true').then(res => { if (res.status) { if (res.EPC === str) { let box = [] -- Gitblit v1.8.0