Commit a3bc2183c7a243bf862c63d13df7564296330831
Merge branch 'fix/data-board-video' into 'main_dev'
fix: 修复视频组件分享页面绑定gbt设备无权限 See merge request yunteng/thingskit-front!1240
Showing
1 changed file
with
3 additions
and
1 deletions
@@ -30,7 +30,9 @@ export const getVideoControlStart = ({ | @@ -30,7 +30,9 @@ export const getVideoControlStart = ({ | ||
30 | url: `${Api.GET_VIDEO_CONTROL_START}/${deviceId}/${channelId}`, | 30 | url: `${Api.GET_VIDEO_CONTROL_START}/${deviceId}/${channelId}`, |
31 | timeout: 30 * 1000, | 31 | timeout: 30 * 1000, |
32 | }, | 32 | }, |
33 | - {} | 33 | + { |
34 | + withShareToken: true, | ||
35 | + } | ||
34 | ); | 36 | ); |
35 | }; | 37 | }; |
36 | 38 |