yinbangzhong
2024-08-06 ae94ec741a29ed869c75c0f6e83798a8f2ce01d1
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() {