修改绑定指标接口

This commit is contained in:
zhujiyan
2024-08-01 15:34:29 +08:00
parent 7e5cefa40f
commit d99a2e9395

View File

@@ -16,7 +16,7 @@ export const queryStatistical = (id:string) => {
// 绑定指标
export const addStatistical = (params:any) => {
return createAxios({
url: '/system-boocs-device-boot/wlRecord/saveDataRecordt/csstatisticalset/addStatistical',
url: '/system-boot/csstatisticalset/addStatistical',
method: 'post',
data: params
})