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