fix:wpm添加fmlog接口声明

This commit is contained in:
shijing 2025-03-10 08:50:42 +08:00
parent 145b55c90b
commit 6d0d40eef5
1 changed files with 6 additions and 0 deletions

View File

@ -169,6 +169,12 @@ export default {
return await http.delete(`${config.API_URL}/wpm/fmlog/${id}/`); return await http.delete(`${config.API_URL}/wpm/fmlog/${id}/`);
}, },
}, },
toggleenabled:{
name: "启用/停用",
req: async function (id) {
return await http.post(`${config.API_URL}/wpm/fmlog/${id}/toggle_enabled/`);
},
}
}, },
mlog: { mlog: {
list: { list: {