|
@@ -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" }),
|
|
|
];
|
|
|
|