From fdce3979b5e1a97433def22ad0b0d783143da2f3 Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期五, 15 三月 2024 11:45:30 +0800 Subject: [PATCH] 访问地址处理 --- src/api/smoke/statistics.js | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/api/smoke/statistics.js b/src/api/smoke/statistics.js index 3f5c296..4e50688 100644 --- a/src/api/smoke/statistics.js +++ b/src/api/smoke/statistics.js @@ -13,6 +13,10 @@ // 鐩戞祴鎶ヨ缁熻&杩愮淮鎯呭喌鎶ヨ〃 findCurAlarmList: (params) => { return http.get('/sccg/smoke/statistics/listCurAlarm', params); - } + }, + // 妫�娴嬩华鎬讳綋鎯呭喌鎶ヨ〃 妗f + getDocument: (params) => { + return http.get('/sccg/smoke/statistics/detectorDailyStats/document', params); + } } \ No newline at end of file -- Gitblit v1.8.0