From dedc8e99c3a6a5e62de50006fdfe1269da2cd9f1 Mon Sep 17 00:00:00 2001 From: daihh Date: Mon, 7 Aug 2023 13:52:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9js=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/boe/login.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/boe/login.js b/src/api/boe/login.js index 8d7923eb..30e78c2a 100644 --- a/src/api/boe/login.js +++ b/src/api/boe/login.js @@ -8,7 +8,7 @@ const logout = function() { return ajax.post('/b1/system/user/logout',{}); } -const getRsaPublicKey(){ +const getRsaPublicKey=function(){ return ajax.get('/b1/common/secret/rsa-public-key'); }