From 87e789820402369af71f3140d5e27cf4bb401fbb 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 21:03:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E5=8D=95=E7=82=B9?= =?UTF-8?q?=E7=99=BB=E5=BD=95=E4=BC=A0=E5=8F=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/ukey.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/modules/ukey.js b/src/store/modules/ukey.js index 83c61c2..2c1717a 100644 --- a/src/store/modules/ukey.js +++ b/src/store/modules/ukey.js @@ -52,7 +52,7 @@ const actions = { } trxLogin({ clientHello, - serverHello + serverHello: ClientAuth }).then(tokenRes => { console.log('调用 trxLogin 方法,接口返回结果为:', tokenRes) if (!tokenRes.success) {