From b7c766a13a86c610a994ef641da6e0493f18539a Mon Sep 17 00:00:00 2001 From: Your Name <123456> Date: 星期一, 30 五月 2022 15:07:00 +0800 Subject: [PATCH] 'lct' --- 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