yinbangzhong
2024-08-26 9ae8b4234f32d7106309b3692e53c43def51c04e
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() {