Commit 36a05ce56ff2dca53fbf08235be644e4cd316627

Authored by ww
1 parent 586d5414

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

@@ -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 };