Przeglądaj źródła

添加文件夹接口

zhangyu 4 lat temu
rodzic
commit
3dbb3b3a6d
2 zmienionych plików z 22 dodań i 2 usunięć
  1. 21 1
      src/api/labsl.ts
  2. 1 1
      src/components/homeView/leftFolder.vue

+ 21 - 1
src/api/labsl.ts

@@ -2,4 +2,24 @@
  * 蜡笔森林接口文档
  */
 import httputils from '@/api/httputils'
-const baseApi = '/labsl';
+const baseApi = '/labsl';
+
+// 创建文件夹
+export function folderCreate(postParams: any): any {
+    return httputils.postJson(`${baseApi}/planar​/folder​/create`, postParams)
+}
+
+// 删除文件夹
+export function folderDelete(postParams: any): any {
+    return httputils.postJson(`${baseApi}/planar​/folder​/delete`, postParams)
+}
+
+// 修改文件夹信息
+export function folderUpdate(postParams: any): any {
+    return httputils.postJson(`${baseApi}/planar​/folder​/update`, postParams)
+}
+
+// 查询文件夹信息
+export function folderQuery(postParams: any): any {
+    return httputils.postJson(`${baseApi}/planar/folder/query`, postParams)
+}

+ 1 - 1
src/components/homeView/leftFolder.vue

@@ -91,7 +91,7 @@ export default {
                     },
                     {
                         id: 4,
-                        name: "公共照明系统公共照明系统公共照明系统公共照明系统",
+                        name: "公共照明系统",
                     },
                     {
                         id: 5,