From 9bc4dcfe0928011e4e986014a2bb5bf3b897e292 Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Mon, 30 Jan 2023 08:46:47 +0800
Subject: [PATCH] 活动监控
---
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