Commit f19ce09da48cecc539d0f9f027050a32ee5ba0a1
Merge branch 'fix/multiple-camera-type' into 'main_dev'
fix: 修复打包时报的类型错误 See merge request yunteng/thingskit-view!212
Showing
1 changed file
with
2 additions
and
1 deletions
@@ -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 | > |