Commit d6f2f01974354c7fe110a1db58ce37d06d97350d
Merge branch 'fix/data-board-share' into 'main_dev'
fix: 修复数据看板分享页面查询设备历史遥测数据无权限401 See merge request yunteng/thingskit-front!1250
Showing
1 changed file
with
1 additions
and
0 deletions
@@ -21,6 +21,7 @@ export const getDeviceHistoryInfo = (params: Recordable, orderBy = OrderByEnum.D | @@ -21,6 +21,7 @@ export const getDeviceHistoryInfo = (params: Recordable, orderBy = OrderByEnum.D | ||
21 | }, | 21 | }, |
22 | { | 22 | { |
23 | joinPrefix: false, | 23 | joinPrefix: false, |
24 | + withShareToken: true, | ||
24 | } | 25 | } |
25 | ); | 26 | ); |
26 | }; | 27 | }; |