From 855deb4dfb6458a1eed217363625b13d58143f58 Mon Sep 17 00:00:00 2001 From: web <candymxq888@outlook.com> Date: 星期三, 30 四月 2025 15:33:32 +0800 Subject: [PATCH] fix:修改图片地址,路由懒加载 --- src/api/screen/shebei/index.js | 22 ++++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-) diff --git a/src/api/screen/shebei/index.js b/src/api/screen/shebei/index.js index 2bff914..0487766 100644 --- a/src/api/screen/shebei/index.js +++ b/src/api/screen/shebei/index.js @@ -12,6 +12,17 @@ } /** + * 获取水温所有设备 + */ +export const getTempShebeiList = (params) => { + return publicRequest({ + url: 'waterTemperature/getFacilityAll', + method: 'get', + params + }) +} + +/** * 获取流量设备菜单 */ export const getFlowMenu = () => { @@ -19,4 +30,15 @@ url: 'waterFlow/getFacilityList', method: 'get', }) +} + +/** + * 获取流量所有设备 + */ +export const getFlowShebeiList = (params) => { + return publicRequest({ + url: 'waterFlow/getFacilityAll', + method: 'get', + params + }) } \ No newline at end of file -- Gitblit v1.9.3