From 631cba19a03704dc541d501d589d957787089668 Mon Sep 17 00:00:00 2001 From: shijing Date: Mon, 18 Aug 2025 08:36:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=BF=AB=E9=80=9F=E5=88=9B=E5=BB=BA?= =?UTF-8?q?=E6=97=A5=E5=BF=97=E6=8E=A5=E5=8F=A3=E5=A3=B0=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/model/wpm.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/api/model/wpm.js b/src/api/model/wpm.js index e09752cf..b44d81e4 100644 --- a/src/api/model/wpm.js +++ b/src/api/model/wpm.js @@ -213,6 +213,12 @@ export default { return await http.post(`${config.API_URL}/wpm/mlog/`, data); }, }, + quick: { + name: "快速创建日志", + req: async function (data) { + return await http.post(`${config.API_URL}/wpm/mlog/quick/`, data); + }, + }, delete: { name: "删除", req: async function (id) {