修改访问路径

This commit is contained in:
yangjun 2025-06-30 16:07:59 +08:00
parent 1061cc4cff
commit 0b7878ea1f
1 changed files with 7 additions and 7 deletions

View File

@ -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',
}
/**