From 46df11e5b5723f23ac0b89ddb39a089bbc0dc55b Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 30 Jan 2023 15:58:42 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/srs-police-affairs
---
src/api/video/index.js | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/api/video/index.js b/src/api/video/index.js
index 21d4a56..e7624a0 100644
--- a/src/api/video/index.js
+++ b/src/api/video/index.js
@@ -41,7 +41,9 @@
export const getDevices = (channelId) => {
return request({
// 内网使用地址,外网把36110000002009999000更换掉
- url: `/play/start/36110000002009999000/${channelId}`,
+ // url: `/play/start/36110000002009999000/${channelId}`,
+ // 外网使用地址
+ url: `/play/start/34020000002000000003/${channelId}`,
method: 'get',
requestBaseUrl: 'outside'
})
--
Gitblit v1.9.3