diff --git a/src/api/system/roleapi/power.ts b/src/api/system/roleapi/power.ts
index 39bbd92..129445a 100644
--- a/src/api/system/roleapi/power.ts
+++ b/src/api/system/roleapi/power.ts
@@ -47,3 +47,15 @@ export function addNewPeople(data?: getSystemPower){
data:data
});
}
+/**
+@ 作者: 秦东
+@ 时间: 2025-11-28 10:24:09
+@ 功能: 编辑自己登陆密码
+*/
+export function editMyPwd(data?: getSystemPower){
+ return request({
+ url: '/systemapi/hr/editMyPwd',
+ method: 'post',
+ data:data
+ });
+}
diff --git a/src/layout/components/myconst/editmypassword.vue b/src/layout/components/myconst/editmypassword.vue
index feb7171..81272d5 100644
--- a/src/layout/components/myconst/editmypassword.vue
+++ b/src/layout/components/myconst/editmypassword.vue
@@ -4,14 +4,64 @@
@ 备注: 修改密码
-->