Commit d6f2f01974354c7fe110a1db58ce37d06d97350d

Authored by xp.Huang
2 parents 586d5414 36a05ce5

Merge branch 'fix/data-board-share' into 'main_dev'

fix: 修复数据看板分享页面查询设备历史遥测数据无权限401

See merge request yunteng/thingskit-front!1250
@@ -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 };