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