ZZJ
2022-07-15 a3f357e8a60443b74b64c7479113c68eb35ce1f5
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"
  });
};