修改js错误

This commit is contained in:
daihh
2023-08-07 13:52:21 +08:00
parent 3eb3d40d59
commit dedc8e99c3

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