From ec88d953dcf33ec0f3f5bf8facbb05878cea5acb Mon Sep 17 00:00:00 2001 From: feige <791364011@qq.com> Date: 星期二, 06 五月 2025 21:33:51 +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