From a413ea959cfcb7874c6062d3f2bff2816d87116e Mon Sep 17 00:00:00 2001 From: zhoucong <123456> Date: 星期一, 16 五月 2022 14:28:19 +0800 Subject: [PATCH] 合并shf分支 --- src/api/user.js | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/src/api/user.js b/src/api/user.js index da92fd9..268dd5c 100644 --- a/src/api/user.js +++ b/src/api/user.js @@ -244,3 +244,12 @@ data }) } + + +export function pwdChange(data) { + return request({ + url: process.env.BASE_API + '/pwd-change', + method: 'post', + data + }) +} -- Gitblit v1.9.2