From 8e38cc8536cfda9b6bda8548d63778cbf5f4d634 Mon Sep 17 00:00:00 2001 From: web <candymxq888@outlook.com> Date: 星期六, 26 四月 2025 17:27:57 +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