From d2edd0ae8fb8b6eb5edc1afef838cd2a1e527301 Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Thu, 09 Feb 2023 15:05:27 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/srs-police-affairs
---
src/api/video/index.js | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/src/api/video/index.js b/src/api/video/index.js
index 097e145..2ff1131 100644
--- a/src/api/video/index.js
+++ b/src/api/video/index.js
@@ -2,7 +2,7 @@
* @Author: shuishen 1109946754@qq.com
* @Date: 2022-11-15 15:10:41
* @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2023-02-08 10:11:23
+ * @LastEditTime: 2023-02-09 14:50:58
* @FilePath: \srs-police-affairs\src\api\video\index.js
* @Description:
*
@@ -20,10 +20,10 @@
*/
export const getVideoList = (page, count, query, params = {}) => {
return request({
- // 内网使用地址,外网把36110000002009999000更换掉
- // url: '/device/query/devices/36110000002009999000/channels',
- // 外网使用地址
- url: '/device/query/devices/34020000002000000003/channels',
+ // 内网
+ url: '/device/query/devices/36110000002009999000/channels',
+ // 外网
+ // url: '/device/query/devices/34020000002000000003/channels',
method: 'get',
requestBaseUrl: 'outside',
params: {
@@ -42,10 +42,10 @@
*/
export const getDevices = (channelId) => {
return request({
- // 内网使用地址,外网把36110000002009999000更换掉
- // url: `/play/start/36110000002009999000/${channelId}`,
- // 外网使用地址
- url: `/play/start/34020000002000000003/${channelId}`,
+ // 内网
+ url: `/play/start/36110000002009999000/${channelId}`,
+ // 外网
+ // url: `/play/start/34020000002000000003/${channelId}`,
method: 'get',
requestBaseUrl: 'outside'
})
--
Gitblit v1.9.3