mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
Merge branch 'cloud' into dev0731
This commit is contained in:
@@ -8,6 +8,11 @@ const logout = function() {
|
||||
return ajax.post('/b1/system/user/logout',{});
|
||||
}
|
||||
|
||||
const getRsaPublicKey(){
|
||||
return ajax.get('/b1/common/secret/rsa-public-key');
|
||||
}
|
||||
|
||||
|
||||
/**修改密码
|
||||
* oldPassword:'',
|
||||
* newPassword:'',
|
||||
@@ -20,5 +25,6 @@ const modifyPassword = function(data) {
|
||||
|
||||
export default {
|
||||
logout,
|
||||
modifyPassword
|
||||
modifyPassword,
|
||||
getRsaPublicKey
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user