mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 19:06:43 +08:00
fix bug
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user