From e3fbc925115bd5aade1f828e235307e170fac236 Mon Sep 17 00:00:00 2001 From: xvv Date: Sat, 27 Jul 2024 16:34:01 +0800 Subject: [PATCH 1/5] =?UTF-8?q?=E5=89=8D=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fuintAdmin_zt/src/api/indexBanner/index.js | 7 +++ .../src/layout/components/Navbar.vue | 55 ++++++++++++++++++- 2 files changed, 60 insertions(+), 2 deletions(-) diff --git a/fuintAdmin_zt/src/api/indexBanner/index.js b/fuintAdmin_zt/src/api/indexBanner/index.js index feaef0691..68608c2de 100644 --- a/fuintAdmin_zt/src/api/indexBanner/index.js +++ b/fuintAdmin_zt/src/api/indexBanner/index.js @@ -55,3 +55,10 @@ export function getAccountInfo(query) { params: query }) } +export function resetPwd(data) { + return request({ + url: '/backendApi/account/resetPwd', + method: 'post', + data: data + }) +} diff --git a/fuintAdmin_zt/src/layout/components/Navbar.vue b/fuintAdmin_zt/src/layout/components/Navbar.vue index 8b245b691..7a46f7486 100644 --- a/fuintAdmin_zt/src/layout/components/Navbar.vue +++ b/fuintAdmin_zt/src/layout/components/Navbar.vue @@ -47,12 +47,33 @@ + + + + + + + + + + + 取 消 + 确 定 + + +