fix: PageTable调整后一些页面问题修复

This commit is contained in:
meilin.huang
2023-12-11 11:00:20 +08:00
parent e444500835
commit d00bd2ed72
9 changed files with 91 additions and 49 deletions

View File

@@ -44,7 +44,7 @@ export const machineApi = {
delConf: Api.newDelete('/machines/{machineId}/files/{id}'),
terminal: Api.newGet('/api/machines/{id}/terminal'),
// 机器终端操作记录列表
termOpRecs: Api.newGet('/machines/{id}/term-recs'),
termOpRecs: Api.newGet('/machines/{machineId}/term-recs'),
// 机器终端操作记录详情
termOpRec: Api.newGet('/machines/{id}/term-recs/{recId}'),
};