From b19ddbd4499e5b588f9e71211eb1080a3412a766 Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Mon, 31 Oct 2022 19:12:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8C=85=E5=88=B0=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=99=A8=E4=B8=8A=EF=BC=8C=E5=AE=9A=E6=97=B6=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E7=82=B9=E2=80=9C=E7=AB=8B=E5=8D=B3=E6=89=A7=E8=A1=8C=E2=80=9C?= =?UTF-8?q?=E6=8A=A5=E9=94=99=20#204?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/monitor/quartz/quartz.api.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/monitor/quartz/quartz.api.ts b/src/views/monitor/quartz/quartz.api.ts index 3e47562..1b89b27 100644 --- a/src/views/monitor/quartz/quartz.api.ts +++ b/src/views/monitor/quartz/quartz.api.ts @@ -9,9 +9,9 @@ enum Api { pause = '/sys/quartzJob/pause', resume = '/sys/quartzJob/resume', delete = '/sys/quartzJob/delete', - exportXlsUrl = 'sys/quartzJob/exportXls', - importExcelUrl = 'sys/quartzJob/importExcel', - execute = 'sys/quartzJob/execute', + exportXlsUrl = '/sys/quartzJob/exportXls', + importExcelUrl = '/sys/quartzJob/importExcel', + execute = '/sys/quartzJob/execute', deleteBatch = '/sys/quartzJob/deleteBatch', }