zhangxiao
2024-08-16 4718ea9d48c62bcfc8640d42411ce191e01584b0
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() {