From d1af993016c3e3b7b0da2007111dd7033fe3bb7c Mon Sep 17 00:00:00 2001 From: wangchengming <15110151257@163.com> Date: Wed, 15 Oct 2025 12:48:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E5=BF=98=E8=AE=B0=E5=AF=86?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system/user.js | 9 ++ src/assets/styles/ruoyi.scss | 2 +- src/views/forgetPassword.vue | 44 ++++++--- src/views/index.vue | 2 +- src/views/mediaTool/noticeList.vue | 5 +- src/views/supplier/supplierLogs.vue | 145 ++++++++++++++++++++++++++-- 6 files changed, 183 insertions(+), 24 deletions(-) diff --git a/src/api/system/user.js b/src/api/system/user.js index 72b7a0c..a03375a 100644 --- a/src/api/system/user.js +++ b/src/api/system/user.js @@ -135,3 +135,12 @@ export function deptTreeSelect() { method: 'get' }) } + +// 忘记密码重置 白名单 +export function resetPwd(params) { + return request({ + url: '/fe/resetUserPwd', + method: 'put', + data: params + }) +} diff --git a/src/assets/styles/ruoyi.scss b/src/assets/styles/ruoyi.scss index 1ce2f19..c1d35d6 100644 --- a/src/assets/styles/ruoyi.scss +++ b/src/assets/styles/ruoyi.scss @@ -514,7 +514,7 @@ h6 { } .myUpdate_popover { - min-width: 430px !important; + min-width: 680px !important; border-radius: 6px !important; padding: 8px !important; background: #FFFFFF !important; diff --git a/src/views/forgetPassword.vue b/src/views/forgetPassword.vue index 931274f..8420e19 100644 --- a/src/views/forgetPassword.vue +++ b/src/views/forgetPassword.vue @@ -15,8 +15,8 @@