@@ -51,6 +51,7 @@ export const playScenePath = async (
forceFull = false,
) => {
const node = getPathNode(path)
+ console.log(path, node)
if (!node) {
console.error('un', path.id)
return Message.error('路径所在模型被隐藏活删除,无法播放');