mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 20:36:43 +08:00
修改js错误
This commit is contained in:
@@ -8,7 +8,7 @@ const logout = function() {
|
|||||||
return ajax.post('/b1/system/user/logout',{});
|
return ajax.post('/b1/system/user/logout',{});
|
||||||
}
|
}
|
||||||
|
|
||||||
const getRsaPublicKey(){
|
const getRsaPublicKey=function(){
|
||||||
return ajax.get('/b1/common/secret/rsa-public-key');
|
return ajax.get('/b1/common/secret/rsa-public-key');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user