- aggiornamento refreshtoken (parte 1)

- PCB: fix listino
This commit is contained in:
Surya Paolo
2024-04-09 21:57:04 +02:00
parent ae08bc9ad6
commit 62c0f497e5
84 changed files with 317 additions and 301 deletions

View File

@@ -216,6 +216,10 @@ export default defineComponent({
return null
}
function getlinkpage() {
return tools.getFullCurrentUrl()
}
onMounted(mounted)
return {
@@ -263,6 +267,7 @@ export default defineComponent({
circuitIndex,
circuitslistOpt,
filtroeventsgroup,
getlinkpage,
}
}
})