zhangyu 4 年之前
父節點
當前提交
3a91d181f7
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/api/labsl.ts

+ 3 - 0
src/api/labsl.ts

@@ -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);