| | |
| | | initeWaterPrimitiveView() |
| | | }); |
| | | |
| | | onBeforeRouteUpdate((to, from, next) => { |
| | | if (to.path !== '/zhjc') { |
| | | handleCleanup(); |
| | | } |
| | | next(); |
| | | }); |
| | | // onBeforeRouteUpdate((to, from, next) => { |
| | | // if (to.path !== '/zhjc') { |
| | | // handleCleanup(); |
| | | // } |
| | | // next(); |
| | | // }); |
| | | const route = useRoute(); |
| | | |
| | | onBeforeUnmount(() => { |
| | |
| | | item.className = "device"; |
| | | item.showLabel = true; |
| | | // 打印每个设备的名称和设备类型 |
| | | console.log(`设备名称: ${item.id}, 设备类型: ${item.name}`); |
| | | // console.log(`设备名称: ${item.id}, 设备类型: ${item.name}`); |
| | | createPoint(item); |
| | | }); |
| | | deviceEntities.value = list; |