Browse Source

修改文件夹路径

zhangyu 4 năm trước cách đây
mục cha
commit
eaea6a4ffd
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      src/api/labsl.ts

+ 3 - 3
src/api/labsl.ts

@@ -9,17 +9,17 @@ const baseApi = "/labsl";
  */
 // 创建文件夹
 export function folderCreate(postParams: any): any {
-    return httputils.postJson(`${baseApi}/planar/folder/create`, postParams);
+    return httputils.postJson(`${baseApi}/planar/folder/create`, postParams);
 }
 
 // 删除文件夹
 export function folderDelete(postParams: any): any {
-    return httputils.postJson(`${baseApi}/planar/folder/delete`, postParams);
+    return httputils.postJson(`${baseApi}/planar/folder/delete`, postParams);
 }
 
 // 修改文件夹信息
 export function folderUpdate(postParams: any): any {
-    return httputils.postJson(`${baseApi}/planar/folder/update`, postParams);
+    return httputils.postJson(`${baseApi}/planar/folder/update`, postParams);
 }
 
 // 查询文件夹信息