From 0b7878ea1f8ec1d80d56913e87a12dab71b4b148 Mon Sep 17 00:00:00 2001 From: yangjun <1173114630@qq.com> Date: Mon, 30 Jun 2025 16:07:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AE=BF=E9=97=AE=E8=B7=AF?= =?UTF-8?q?=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/iot/tq/SyncLog/ElectricitySyncLog.api.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/views/iot/tq/SyncLog/ElectricitySyncLog.api.ts b/src/views/iot/tq/SyncLog/ElectricitySyncLog.api.ts index d81848e..52044fc 100644 --- a/src/views/iot/tq/SyncLog/ElectricitySyncLog.api.ts +++ b/src/views/iot/tq/SyncLog/ElectricitySyncLog.api.ts @@ -4,13 +4,13 @@ import { useMessage } from "/@/hooks/web/useMessage"; const { createConfirm } = useMessage(); enum Api { - list = '/iot/tq/syncLog/list', - save='/iot/tq/syncLog/add', - edit='/iot/tq/syncLog/edit', - deleteOne = '/iot/tq/syncLog/delete', - deleteBatch = '/iot/tq/syncLog/deleteBatch', - importExcel = '/iot/tq/syncLog/importExcel', - exportXls = '/iot/tq/syncLog/exportXls', + list = '/iot/syncLog/list', + save='/iot/syncLog/add', + edit='/iot/syncLog/edit', + deleteOne = '/iot/syncLog/delete', + deleteBatch = '/iot/syncLog/deleteBatch', + importExcel = '/iot/syncLog/importExcel', + exportXls = '/iot/syncLog/exportXls', } /**