修改访问路径
This commit is contained in:
parent
1061cc4cff
commit
0b7878ea1f
|
@ -4,13 +4,13 @@ import { useMessage } from "/@/hooks/web/useMessage";
|
||||||
const { createConfirm } = useMessage();
|
const { createConfirm } = useMessage();
|
||||||
|
|
||||||
enum Api {
|
enum Api {
|
||||||
list = '/iot/tq/syncLog/list',
|
list = '/iot/syncLog/list',
|
||||||
save='/iot/tq/syncLog/add',
|
save='/iot/syncLog/add',
|
||||||
edit='/iot/tq/syncLog/edit',
|
edit='/iot/syncLog/edit',
|
||||||
deleteOne = '/iot/tq/syncLog/delete',
|
deleteOne = '/iot/syncLog/delete',
|
||||||
deleteBatch = '/iot/tq/syncLog/deleteBatch',
|
deleteBatch = '/iot/syncLog/deleteBatch',
|
||||||
importExcel = '/iot/tq/syncLog/importExcel',
|
importExcel = '/iot/syncLog/importExcel',
|
||||||
exportXls = '/iot/tq/syncLog/exportXls',
|
exportXls = '/iot/syncLog/exportXls',
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue