modelApi-57853a3d.js 578 B

123456789
  1. /**
  2. * 由 Fantastic-admin 提供技术支持
  3. * Powered by Fantastic-admin
  4. * Gitee https://gitee.com/hooray/fantastic-admin
  5. * Github https://github.com/hooray/fantastic-admin
  6. */
  7. import{n as t}from"./menu-2c9c5182.js";function o(e){return t({url:"/model",method:"GET",params:e})}function r(e){return t({url:`/model/${e}`,method:"GET"})}function u(e){return t({url:"/model/add",method:"POST",data:e})}function l(e){return t({url:"/model/update",method:"PUT",data:e})}function n(e){return t({url:`/model/${e}`,method:"DELETE"})}export{r as a,u as c,n as d,o as g,l as u};