@@ -4,6 +4,9 @@
import httputils from "@/api/httputils";
const baseApi = "/labsl";
+/**
+ * 文件夹相关接口
+ */
// 创建文件夹
export function folderCreate(postParams: any): any {
return httputils.postJson(`${baseApi}/planar/folder/create`, postParams);