bill 8 miesięcy temu
rodzic
commit
cefaf71ac7
1 zmienionych plików z 0 dodań i 10 usunięć
  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" }),
   ];