yinbangzhong
2024-08-16 f434ce3b98b921e6437eb49eacf5567b4167c69b
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() {