From 98f52714a7bcba1a606b81cfcb512050000f68c9 Mon Sep 17 00:00:00 2001 From: "liang.chao" <1360241448@qq.com> Date: Tue, 9 Sep 2025 12:09:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system/log.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/system/log.js b/src/api/system/log.js index 14b6264..f204435 100644 --- a/src/api/system/log.js +++ b/src/api/system/log.js @@ -21,7 +21,7 @@ export function downloadYwLogs(data) { //查询系统日志列表 export function getSysLogs(data) { return request({ - url: '/smartArchives/system/sys/sysLog/getSystemLogs', + url: '/smartArchives/sys/sysLog/getSystemLogs', method: 'get', params: data })