You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
519 B
1 lines
519 B
import{s as e}from"./http-02c81b8c.js";const s={getList:t=>e.get("/section/iotsectiondetail/page",t),save:t=>e.post("/section/iotsectiondetail",t),edit:t=>e.put("/section/iotsectiondetail",t),delete:t=>e.delete("/section/iotsectiondetail",t),info:t=>e.get(`/section/iotsectiondetail/${t}`),getCompListByName:t=>e.post("/section/iotsectiondetail/queryListByName",t),exportComponent:t=>e.get("/section/iotsectiondetail/export",t),importComponent:(t,o)=>e.post("/section/iotsectiondetail/importJson",t,o)};export{s as c};
|