bill 8 달 전
부모
커밋
cefaf71ac7
1개의 변경된 파일0개의 추가작업 그리고 10개의 파일을 삭제
  1. 0 10
      src/api/path.ts

+ 0 - 10
src/api/path.ts

@@ -47,16 +47,6 @@ const localToService = (path: Path): ServerPath => ({
 export const fetchPaths = async () => {
   const paths: Paths = [
     createPath({ name: "路径1" }),
-    createPath({
-      name: "路径2",
-      points: [
-        {
-          name: "点1",
-          position: { x: 0, y: 0, z: 0 },
-          modelId: "1167",
-        },
-      ],
-    }),
     createPath({ name: "路径3" }),
   ];