Commit a0e54fc5ece4faf0a47960510837adca7cf293be

Authored by loveumiko
1 parent 35fda306

fix: 修复打包时报的类型错误

@@ -68,7 +68,8 @@ @@ -68,7 +68,8 @@
68 id: null, 68 id: null,
69 sourceType: sourceTypeEnum.CUSTOM, 69 sourceType: sourceTypeEnum.CUSTOM,
70 organization: '', 70 organization: '',
71 - autoPlay: true 71 + autoPlay: true,
  72 + accessMode:'', channelId:'', deviceId:'', customUrl:''
72 }) 73 })
73 " 74 "
74 > 75 >