zrj
2024-06-06 218132b51aa456002d7d9822fd363eaa508033a6
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
});