周宾
14 小时以前 2f93b5a6157c3752230485e5aa56f79fdabd5fb4
src/api/system/user.js
@@ -33,10 +33,11 @@
// 用户头像上传
export function uploadAvatar(data) {
  return upload({
  return request({
    url: '/system/user/profile/avatar',
    name: data.name,
    filePath: data.filePath
    method: 'post',
    headers: { 'Content-Type': 'application/x-www-form-urlencoded' },
    data: data
  })
}
// 查询用户列表