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 });