diff --git a/src/utils/api/index.js b/src/utils/api/index.js
index fc8bd13..cd5d3b2 100644
--- a/src/utils/api/index.js
+++ b/src/utils/api/index.js
@@ -91,7 +91,6 @@ export function getAlarmList(data) {
});
}
//获取告警label
-
export function getAlarmTypeList(data) {
return request({
url: "/api/getAlarmTypeList",
@@ -107,6 +106,14 @@ export function readAlarm(data) {
data,
});
}
+//获取历史图片
+export function getHistoryList(data) {
+ return request({
+ url: "/api/getHistoryList",
+ method: "post",
+ data,
+ });
+}
//历史图片
//获取电压-线路-杆塔等信息
diff --git a/src/views/alarmHandling/components/historyimg.vue b/src/views/alarmHandling/components/historyimg.vue
new file mode 100644
index 0000000..c78fae8
--- /dev/null
+++ b/src/views/alarmHandling/components/historyimg.vue
@@ -0,0 +1,61 @@
+
+