大屏界面渲染光伏板

This commit is contained in:
Teo
2025-06-18 19:56:54 +08:00
parent a3b4a15261
commit f59d725b20
486 changed files with 76806 additions and 10 deletions

View File

@ -362,6 +362,7 @@ onMounted(() => {
onUnmounted(() => {
window.removeEventListener('resize', debouncedHandleResize);
myMachineryChart.value && myMachineryChart.value.dispose();
});
</script>