mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-06 09:26:45 +08:00
Merge branch 'cloud'
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user