From 715191acb8dd5bccb3f7935c25128a990ed2b5c9 Mon Sep 17 00:00:00 2001 From: mark <mark18340872469@163.com> Date: 星期四, 29 九月 2022 14:43:48 +0800 Subject: [PATCH] 点位信息维护 的样式调整 --- src/api/hik.ts | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/hik.ts b/src/api/hik.ts index a709b7f..0e17dc2 100644 --- a/src/api/hik.ts +++ b/src/api/hik.ts @@ -6,7 +6,7 @@ export const getInvalidCamList = (query: any) => { return request({ url: "/saas/api-s/hik/invalidCamList", - method: "get", - params: query + method: "post", + data: query }) } -- Gitblit v1.8.0