yinbangzhong
2024-08-14 77b7233ecd6736c511fcda337907d26f9f6618ea
src/api/user.ts
@@ -16,7 +16,7 @@
}
export function logout() {
  return axios.post<LoginRes>('/api/user/logout');
  return axios.post<LoginRes>('/base/logout');
}
export function getUserInfo() {