From c0cf72d07db4ba3669f1399123ba286f3b308dc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=B6=E5=90=AF=E9=BE=99?= Date: Wed, 28 Aug 2024 22:24:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A4=A9=E8=9E=8D=E4=BF=A1=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E4=BC=A0=E5=8F=82=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/ukey.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/store/modules/ukey.js b/src/store/modules/ukey.js index 9bd9aff..f68d48d 100644 --- a/src/store/modules/ukey.js +++ b/src/store/modules/ukey.js @@ -52,8 +52,11 @@ const actions = { }) return } + const loginName = 'key' trxLogin({ - clientHello, + loginName, + passwd: password, + clientHello, // 其实是接口文档里面的 cookie serverHello: ClientAuth }).then(tokenRes => { console.log('调用 trxLogin 方法,接口返回结果为:', tokenRes)