reset 回滚 代码修改 采用其他方案

This commit is contained in:
疯狂的狮子Li 2024-07-29 12:32:05 +08:00
parent 1465a27a6e
commit f5a5aaa255

View File

@ -51,10 +51,6 @@ export function register(data: any) {
* *
*/ */
export function logout() { export function logout() {
request({
url: '/resource/sse/close',
method: 'get'
});
return request({ return request({
url: '/auth/logout', url: '/auth/logout',
method: 'post' method: 'post'