Compare commits

..

No commits in common. "f4eb49763a9ed5edb2021d733f678e6a58622e90" and "b0e8a27046340ce09bfb956ae10dc640ea7a3f0b" have entirely different histories.

View File

@ -1,9 +0,0 @@
import request from '@/utils/request'
export function getRgbStreamUrl(terminalId, deviceId) {
return request({
url: '/api/edge/camera/rgb-stream-url',
method: 'get',
params: { terminalId, deviceId }
})
}