This commit is contained in:
BOE\10867418
2023-08-07 13:39:15 +08:00
parent 814cf08e0f
commit 924d2a2a6c

View File

@@ -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');
}