From bf288c266fc43e114616250e55652f7509e77bc8 Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@smartai.com> Date: 星期五, 19 十一月 2021 17:55:29 +0800 Subject: [PATCH] 调整编辑器大小 --- src/api/project.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/api/project.js b/src/api/project.js index ee06075..f64329d 100644 --- a/src/api/project.js +++ b/src/api/project.js @@ -1,9 +1,10 @@ import request from "@/utils/request"; -export function getList() { +export function getList(query) { return request({ url: "/projects", method: "get", + params: query, }); } -- Gitblit v1.8.0