heyujie
2021-12-07 4ff29e301de38488db0ff04f0209c99e37cf30b4
src/api/user.ts
@@ -60,7 +60,7 @@
  return request({
    url: "/data/api-u/users/updatePwd",
    method: "post",
    data: params
    data: qs.stringify(params)
  });
};
@@ -78,4 +78,12 @@
    url: "/data/api-u/users/defHeadPics",
    method: "get"
  });
};
export const getRoles = () => {
  return request({
    url: "/data/api-v/role/findAll",
    method: "get"
  });
};