修改文件

This commit is contained in:
PC-202306242200\Administrator
2024-09-12 18:35:51 +08:00
parent 8467bc3554
commit 8eda45d2e7
62 changed files with 606 additions and 233 deletions

View File

@@ -68,4 +68,15 @@ export async function userDelete(params: any) {
}
// 重置绵绵
export async function resetPwd(params: any) {
return request('/api/sys/user/resetPwd', {
method: 'POST',
headers: {
'Content-Type': 'application/json;charset=UTF-8',
},
data: params,
});
}