appCatApi-59977133.js 588 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 a}from"./menu-2c9c5182.js";function e(t){return a({url:"/app/cat",method:"GET",params:t})}function r(t){return a({url:`/app/cat/${t}`,method:"GET"})}function u(t){return a({url:"/app/cat/add",method:"post",data:t})}function n(t){return a({url:"/app/cat/update",method:"PUT",data:t})}function o(t){return a({url:`/app/cat/${t}`,method:"DELETE"})}export{e as a,u as c,o as d,r as g,n as u};