From dda82a85f10294bda3df4192aecc3f763bf629f8 Mon Sep 17 00:00:00 2001 From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com> Date: 星期五, 13 十月 2023 09:02:56 +0800 Subject: [PATCH] xpdytj --- src/api/system/user.js | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/api/system/user.js b/src/api/system/user.js index dcce167..41d0b06 100644 --- a/src/api/system/user.js +++ b/src/api/system/user.js @@ -47,12 +47,12 @@ } // 鐢ㄦ埛瀵嗙爜閲嶇疆 -export function resetUserPwd(userId, password) { - password = encrypt(password); - const data = { - userId, - password - } +export function resetUserPwd(data) { + // password = encrypt(password); + // const data = { + // userId, + // password + // } return request({ url: '/system/user/resetPwd', method: 'put', -- Gitblit v1.8.0