Merge branch 'cloud'

This commit is contained in:
BOE\10867418
2023-08-10 17:50:28 +08:00
3 changed files with 56 additions and 25 deletions

View File

@@ -17,8 +17,12 @@ const modifyPassword = function(data) {
return ajax.postJson('/b1/system/user/update-password',data);
}
const getRsaPublicKey=function(){
return ajax.get('/b1/common/secret/rsa-public-key');
}
export default {
logout,
modifyPassword
modifyPassword,
getRsaPublicKey
}