From 6c16e43cd6521460c804391c042348dbb14086fc Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 16 六月 2020 09:44:40 +0800 Subject: [PATCH] 2020-06-16 --- src/views/login/index.jsx | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/views/login/index.jsx b/src/views/login/index.jsx index 02a6226..8f39432 100644 --- a/src/views/login/index.jsx +++ b/src/views/login/index.jsx @@ -262,6 +262,10 @@ Appkey: window.GLOB.appkey || '' } + _param.timestamp = moment().format('YYYY-MM-DD HH:mm:ss') + '.000' + _param.secretkey = Utils.encrypt(_param.LTextOut, _param.timestamp) + _param.open_key = Utils.encrypt(_param.secretkey, _param.timestamp, true) + Api.dostarInterface(_param).then(response => { if (response.status) { message.success('搴旂敤鍒涘缓鎴愬姛銆�') -- Gitblit v1.8.0