From 6e9bc05343e81a28297043bbfd0e9acdc759cdfb Mon Sep 17 00:00:00 2001 From: feige <791364011@qq.com> Date: 星期二, 20 五月 2025 21:57:04 +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