Commit e25081df73e9b0660d84b5e3be4063fa5337d9cb
1 parent
7ddb9dc0
perf(external/Componse): 移除组合下的摄像头默认地址
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -4,7 +4,7 @@ import { CameraConfig } from './index' | @@ -4,7 +4,7 @@ import { CameraConfig } from './index' | ||
4 | import cloneDeep from 'lodash/cloneDeep' | 4 | import cloneDeep from 'lodash/cloneDeep' |
5 | 5 | ||
6 | export const option = { | 6 | export const option = { |
7 | - dataset: 'http://113.204.115.250:83/openUrl/vCJagUM/live.m3u8' | 7 | + dataset: '' |
8 | } | 8 | } |
9 | 9 | ||
10 | export default class Config extends PublicConfigClass implements CreateComponentType { | 10 | export default class Config extends PublicConfigClass implements CreateComponentType { |