|
|
@@ -252,7 +252,7 @@ timer.value = setInterval(() => {
|
|
|
getLogsInfo();
|
|
|
|
|
|
const handleDownData = () => {
|
|
|
- window.open(`https://4lapi.skyfffire.com/downloadDataFile?url=http://${robotDetail.value.serverIp}:3000/downloadDataFile&id=${robotDetail.value.id}`, "_blank");
|
|
|
+ window.open(`https://4lapi.skyfffire.com/downloadDataFile?url=http://${robotDetail.value.serverIp}:3000/downloadDataFile?id=${robotDetail.value.id}`, "_blank");
|
|
|
};
|
|
|
|
|
|
onMounted(() => {
|