From 8e79b5c74f4c0f52cff9f18991cde9cfc16d270f Mon Sep 17 00:00:00 2001
From: GuLiMmo <2820890765@qq.com>
Date: Mon, 01 Jul 2024 14:57:05 +0800
Subject: [PATCH] fix: /subscribeTopic /unsubscribeTopic 注释
---
src/api/project-page/index.ts | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/src/api/project-page/index.ts b/src/api/project-page/index.ts
index efb6614..77dfab4 100644
--- a/src/api/project-page/index.ts
+++ b/src/api/project-page/index.ts
@@ -55,3 +55,10 @@
const result = await request.get(url, { params: { id } })
return result.data
}
+
+// 项目阻飞编辑
+export const editProjectBlock = async function (params:any): Promise<IWorkspaceResponse<any>> {
+ const url = `api/${HTTP_PREFIX}/projectBlocking/edit`
+ const result = await request.post(url, params)
+ return result.data
+}
--
Gitblit v1.9.3