|
@@ -45,8 +45,8 @@ const localToService = (path: Path): ServerPath => ({
|
|
|
|
|
|
export const fetchPaths = async () => {
|
|
|
const paths: Paths = [
|
|
|
- createPath({ name: "路径1" }),
|
|
|
- createPath({ name: "路径3" }),
|
|
|
+ // createPath({ name: "路径1" }),
|
|
|
+ // createPath({ name: "路径3" }),
|
|
|
];
|
|
|
|
|
|
return paths;
|