Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
36a05ce56ff2dca53fbf08235be644e4cd316627
Authored by
ww
2024-03-01 15:45:21 +0800
1 parent
586d5414
fix: 修复数据看板分享页面查询设备历史遥测数据无权限401
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/api/alarm/position/index.ts
src/api/alarm/position/index.ts
View file @
36a05ce
...
...
@@ -21,6 +21,7 @@ export const getDeviceHistoryInfo = (params: Recordable, orderBy = OrderByEnum.D
21
21
},
22
22
{
23
23
joinPrefix: false,
24
+
withShareToken: true,
24
25
}
25
26
);
26
27
};
...
...