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' })