From 84017ddc72a03bb3335b02cda78f7200f4d1472e Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 03 Jan 2023 17:40:54 +0800
Subject: [PATCH] 内网接口
---
src/api/home/index.js | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/src/api/home/index.js b/src/api/home/index.js
index 8e60cac..1e1c407 100644
--- a/src/api/home/index.js
+++ b/src/api/home/index.js
@@ -1,3 +1,13 @@
+/*
+ * @Author: shuishen 1109946754@qq.com
+ * @Date: 2022-12-27 14:19:19
+ * @LastEditors: shuishen 1109946754@qq.com
+ * @LastEditTime: 2023-01-03 16:02:57
+ * @FilePath: \srs-police-affairs\src\api\home\index.js
+ * @Description:
+ *
+ * Copyright (c) 2023 by shuishen 1109946754@qq.com, All Rights Reserved.
+ */
import request from "@/router/axios.js"
@@ -16,4 +26,13 @@
sameday: 1,
}
})
+}
+
+
+export const getCallPolices = () => {
+ return request({
+ url: `/api/doorplate/doorplate/setOutAlarmList`,
+ method: 'get',
+ params: {}
+ })
}
\ No newline at end of file
--
Gitblit v1.9.3