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