退出修改

This commit is contained in:
daihh
2023-07-06 14:49:21 +08:00
parent c02b6e006b
commit cee14b372e
3 changed files with 3 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ const login = function() {
/**退出*/
const logout = function() {
return ajax.postJson(baseURL,'/userbasic/logout',{from:'pc'});
return ajax.postJson(baseURL,'/logout',{from:'pc'});
}