This commit is contained in:
X1627315083@163.com
2026-03-13 14:42:30 +08:00
parent 570701b927
commit 776ac4a566

View File

@@ -35,7 +35,10 @@
const isAnimation = computed(() => globalStore.state.homeAnimation) const isAnimation = computed(() => globalStore.state.homeAnimation)
const flowCanvasRef = ref(null) const flowCanvasRef = ref(null)
const openFlowCanvas = (config) => flowCanvasRef.value.open(config) const openFlowCanvas = (config) =>{
console.log(config)
flowCanvasRef.value.open(config)
}
myEvent.add('openFlowCanvas', openFlowCanvas) myEvent.add('openFlowCanvas', openFlowCanvas)
const depthCanvasRef = ref(null) const depthCanvasRef = ref(null)