From 610b299ed7c64b48ede23c2a7553c5b90988efa5 Mon Sep 17 00:00:00 2001
From: web <candymxq888@outlook.com>
Date: 星期二, 18 三月 2025 16:01:47 +0800
Subject: [PATCH] fix:修改后台接口问题

---
 src/api/facility/point.js |   19 -------------------
 1 files changed, 0 insertions(+), 19 deletions(-)

diff --git a/src/api/facility/point.js b/src/api/facility/point.js
index 72128db..ffc596c 100644
--- a/src/api/facility/point.js
+++ b/src/api/facility/point.js
@@ -29,29 +29,10 @@
 				method: 'post'
 			});
 		},
-        stop: (id) => {
-			return publicRequest({
-				url: `/waterMonitoryPoint/stop?id=${id}`,
-				method: 'post'
-			});
-		},
-        enable: (id) => {
-			return publicRequest({
-				url: `/waterMonitoryPoint/enable?id=${id}`,
-				method: 'post'
-			});
-		},
         search: (data) => {
 			return publicRequest({
 				url: '/waterMonitoryPoint/search',
 				method: 'post',
-				data
-			});
-		},
-        getList: (data) => {
-			return publicRequest({
-				url: `/waterMonitoryPoint/getList`,
-				method: 'get',
 				data
 			});
 		},

--
Gitblit v1.9.3