hailin
2023-07-27 07bb6f12403fb15a68fc439ac55d82f473b4da74
src/api/user.js
@@ -15,8 +15,8 @@
// 获取用户信息
export function getInfo() {
  return request({
    url: '/user/info',
    method: 'get'
    url: '/user/getUserById',
    method: 'post'
  })
}