工业互联网平台脚手架前端代码
houzhongjian
2024-09-18 23db5e5c6bfcbd7030a4003cd4ea18fbb920024f
1
import{aV as t}from"./index-CHTXMeh8.js";const e={getCategoryPage:async a=>await t.get({url:"/bpm/category/page",params:a}),getCategorySimpleList:async()=>await t.get({url:"/bpm/category/simple-list"}),getCategory:async a=>await t.get({url:"/bpm/category/get?id="+a}),createCategory:async a=>await t.post({url:"/bpm/category/create",data:a}),updateCategory:async a=>await t.put({url:"/bpm/category/update",data:a}),deleteCategory:async a=>await t.delete({url:"/bpm/category/delete?id="+a})};export{e as C};