zrj
2024-06-06 af4e13eab52f8edf174a9c0967c6bcc167800b33
src/api/user.js
@@ -124,7 +124,7 @@
});
export const logout = () => request({
  url: '/api/blade-auth/oauth/logout',
  url: '/api/oauth/logout',
  method: 'get',
  authorization: false
});