feat: endpoint type log

This commit is contained in:
Seefs
2025-10-14 00:06:52 +08:00
parent b3fc7255ee
commit 10aa680890
6 changed files with 12 additions and 103 deletions

View File

@@ -468,6 +468,12 @@ export const useLogsData = () => {
});
}
}
if (other?.request_path) {
expandDataLocal.push({
key: t('请求路径'),
value: other.request_path,
});
}
expandDatesLocal[logs[i].key] = expandDataLocal;
}