From ba3cb9849a452b760bd8566934b65cd534b536bb Mon Sep 17 00:00:00 2001
From: feige <feige@qq.com>
Date: 星期二, 21 十月 2025 08:09:55 +0800
Subject: [PATCH] 修改忘记密码
---
ruoyi-ui/src/api/fscan/index.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ruoyi-ui/src/api/fscan/index.js b/ruoyi-ui/src/api/fscan/index.js
index 7fa0b88..8b7ee0e 100644
--- a/ruoyi-ui/src/api/fscan/index.js
+++ b/ruoyi-ui/src/api/fscan/index.js
@@ -21,7 +21,7 @@
// 鏍规嵁id鏌ヨ鎵�鏈夊搴祫浜ц缁嗕俊鎭�
export function getFScanInfo(id) {
return request({
- url: '/qrCode/getInfo?id=' + id,
+ url: '/qrCode/getInf?id=' + id,
method: 'get',
})
--
Gitblit v1.9.1