Commit e92a5c0b authored by guxukai's avatar guxukai

chore: token登录

parent 818e7020
import { api } from '@shared/http/axios'
export class AuthLogout {
/**
* 登出
*/
static async delete() {
return await api.delete('/auth/logout')
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment