From 0e32c196e90704ef548735541f0d5495812d5028 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期四, 21 七月 2022 11:26:03 +0800
Subject: [PATCH] 1.优化检验缺陷页面
---
src/api/user.js | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/src/api/user.js b/src/api/user.js
index bb9faa4..0a6db30 100644
--- a/src/api/user.js
+++ b/src/api/user.js
@@ -29,3 +29,10 @@
params: data
})
}
+export function UpdateUserPassword(data) {
+ return request({
+ url: '/Login/UpdateUserPassword',
+ method: 'post',
+ params: data
+ })
+}
--
Gitblit v1.9.3