fix:mlogbw.js改动声明

This commit is contained in:
shijing 2025-01-07 09:42:23 +08:00
parent 81cf3eda13
commit 36a7c029b0
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ export default {
return await http.put(`${config.API_URL}/wpm/mlogbw/${id}/`,data);
},
},
del: {
delete: {
name: "删除",
req: async function (id) {
return await http.delete(`${config.API_URL}/wpm/mlogbw/${id}/`);