From ae8d9d380854076d0b2da145576ae08f14a8f835 Mon Sep 17 00:00:00 2001 From: web <candymxq888@outlook.com> Date: 星期三, 19 三月 2025 17:26:47 +0800 Subject: [PATCH] feat: 添加生态流量页面&做大屏分辨率适配 --- src/api/facility/parameter.js | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/src/api/facility/parameter.js b/src/api/facility/parameter.js index f587ec9..0bae0e4 100644 --- a/src/api/facility/parameter.js +++ b/src/api/facility/parameter.js @@ -39,12 +39,6 @@ data, }); }, - get: (id) => { - return publicRequest({ - url: `/waterFacilityParameter/get?id=${id}`, - method: 'get', - }); - }, getParam: (id) => { return publicRequest({ url: `waterFacilityParameter/getListByFacilityId?facilityId=${id}`, -- Gitblit v1.9.3