fix:快速创建日志接口声明

This commit is contained in:
shijing 2025-08-18 08:36:14 +08:00
parent 977f5b0584
commit 631cba19a0
1 changed files with 6 additions and 0 deletions

View File

@ -213,6 +213,12 @@ export default {
return await http.post(`${config.API_URL}/wpm/mlog/`, data); 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: { delete: {
name: "删除", name: "删除",
req: async function (id) { req: async function (id) {