zhangzengfei
2023-09-06 c0c034b3ef0fdf0fd9c802d5984dbd717db6817a
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"
  });
};