From d20fcd6ad28a534d763273c48381cdc36ff2891f Mon Sep 17 00:00:00 2001 From: web <candymxq888@outlook.com> Date: 星期六, 19 四月 2025 17:25:44 +0800 Subject: [PATCH] fix:对接监控视频 --- src/api/facility/facilityType.js | 19 ------------------- 1 files changed, 0 insertions(+), 19 deletions(-) diff --git a/src/api/facility/facilityType.js b/src/api/facility/facilityType.js index 6019bbb..e09f819 100644 --- a/src/api/facility/facilityType.js +++ b/src/api/facility/facilityType.js @@ -29,29 +29,10 @@ method: 'post' }); }, - stop: (id) => { - return publicRequest({ - url: `/waterFacilityType/stop?id=${id}`, - method: 'post' - }); - }, - enable: (id) => { - return publicRequest({ - url: `/waterFacilityType/enable?id=${id}`, - method: 'post' - }); - }, search: (data) => { return publicRequest({ url: '/waterFacilityType/search', method: 'post', - data - }); - }, - getList: (data) => { - return publicRequest({ - url: `/waterFacilityType/getList`, - method: 'get', data }); }, -- Gitblit v1.9.3