diff --git a/hx-ai-intelligent/src/config/app.config.ts b/hx-ai-intelligent/src/config/app.config.ts
index 9f2881a..11df6ca 100644
--- a/hx-ai-intelligent/src/config/app.config.ts
+++ b/hx-ai-intelligent/src/config/app.config.ts
@@ -103,7 +103,7 @@ export const appConfig = {
updatePassWordInfo: {
title: '修改密码',
subtitle: 'huaxing平台',
- api: '/carbon-smart/api/user/password',
+ api: '/carbon-smart/api/user/update/password',
},
// headerBellInfo: {
// isShow: true,
diff --git a/hx-op/src/config/app.config.ts b/hx-op/src/config/app.config.ts
index b5bd1b2..4dff0a0 100644
--- a/hx-op/src/config/app.config.ts
+++ b/hx-op/src/config/app.config.ts
@@ -89,8 +89,8 @@ export const appConfig = {
// 修改密码配置
updatePassWordInfo: {
title: '修改密码',
- subtitle: 'huaxing平台',
- api: '/api/web/objs/User/changePassword',
+ subtitle: 'huaxing管理平台',
+ api: '/carbon-smart/api/user/update/password',
},
// headerBellInfo: {
// isShow: true,
diff --git a/lib/saas/view/service/updatePassWord.vue b/lib/saas/view/service/updatePassWord.vue
index e75810f..6743c02 100644
--- a/lib/saas/view/service/updatePassWord.vue
+++ b/lib/saas/view/service/updatePassWord.vue
@@ -19,7 +19,7 @@