From 3c4de69dd3da44d99ad00c449a3cfa827339657c Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 09 Feb 2023 09:40:37 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/srs-police-affairs
---
src/api/video/index.js | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/src/api/video/index.js b/src/api/video/index.js
index b6d703c..097e145 100644
--- a/src/api/video/index.js
+++ b/src/api/video/index.js
@@ -21,7 +21,9 @@
export const getVideoList = (page, count, query, params = {}) => {
return request({
// 内网使用地址,外网把36110000002009999000更换掉
- url: '/device/query/devices/36110000002009999000/channels',
+ // url: '/device/query/devices/36110000002009999000/channels',
+ // 外网使用地址
+ url: '/device/query/devices/34020000002000000003/channels',
method: 'get',
requestBaseUrl: 'outside',
params: {
@@ -93,7 +95,7 @@
* @param {*} positions 坐标
* @param {*} name 名称
*/
-export const insertRegionSaveList = (type, positions, name, patrol) => {
+export const insertRegionSaveList = (type, positions, name, patrol, extent) => {
return request({
url: '/api/range/range/insertes',
method: 'post',
@@ -101,7 +103,8 @@
type,
positions,
name,
- patrol
+ patrol,
+ extent
}
})
}
--
Gitblit v1.9.3