修改访问路径
This commit is contained in:
parent
1061cc4cff
commit
0b7878ea1f
|
@ -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',
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue