소스 검색

加上判断

wangfumin 1 주 전
부모
커밋
990ad28150
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/sdk/association/path.ts

+ 1 - 1
src/sdk/association/path.ts

@@ -53,7 +53,7 @@ export const playScenePath = async (
   forceFull = false,
 ) => {
   const node = getPathNode(path)
-  console.error('un', !node, node, path.points, fuseModels.value, path)
+  // console.error('un', !node, node, path.points, fuseModels.value, path)
   if (!node || path.points.some(point => point.modelId !== '-100' && !fuseModels.value.some(am => am.id === point.modelId)) && !path.isAnimate) {
     return Message.error('路径所在模型被删除,无法播放');
   }