zhangyu %!s(int64=4) %!d(string=hai) anos
pai
achega
3a91d181f7
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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);