Commit f19ce09da48cecc539d0f9f027050a32ee5ba0a1

Authored by xp.Huang
2 parents 35fda306 a0e54fc5

Merge branch 'fix/multiple-camera-type' into 'main_dev'

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

See merge request yunteng/thingskit-view!212
@@ -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 >