1 |
- {"remainingRequest":"D:\\jiayue\\pig-ui\\node_modules\\babel-loader\\lib\\index.js!D:\\jiayue\\pig-ui\\src\\api\\cempitil.js","dependencies":[{"path":"D:\\jiayue\\pig-ui\\src\\api\\cempitil.js","mtime":1619161785601},{"path":"D:\\jiayue\\pig-ui\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jiayue\\pig-ui\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000}],"contextDependencies":[],"result":["/*\n * Copyright (c) 2018-2025, lengleng All rights reserved.\n *\n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions are met:\n *\n * Redistributions of source code must retain the above copyright notice,\n * this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above copyright\n * notice, this list of conditions and the following disclaimer in the\n * documentation and/or other materials provided with the distribution.\n * Neither the name of the pig4cloud.com developer nor the names of its\n * contributors may be used to endorse or promote products derived from\n * this software without specific prior written permission.\n * Author: lengleng (wangiegie@gmail.com)\n */\nimport request from '@/router/axios';\nexport function fetchList(query) {\n return request({\n url: '/cempitil/cempitil/page',\n method: 'get',\n params: query\n });\n}\nexport function addObj(obj) {\n return request({\n url: '/cempitil/cempitil',\n method: 'post',\n data: obj\n });\n}\nexport function getObj(id) {\n return request({\n url: '/cempitil/cempitil/' + id,\n method: 'get'\n });\n}\nexport function delObj(id) {\n return request({\n url: '/cempitil/cempitil/' + id,\n method: 'delete'\n });\n}\nexport function putObj(obj) {\n return request({\n url: '/cempitil/cempitil',\n method: 'put',\n data: obj\n });\n}",{"version":3,"sources":["D:/jiayue/pig-ui/src/api/cempitil.js"],"names":["request","fetchList","query","url","method","params","addObj","obj","data","getObj","id","delObj","putObj"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAEA,OAAOA,OAAP,MAAoB,gBAApB;AAEA,OAAO,SAASC,SAAT,CAAmBC,KAAnB,EAA0B;AAC/B,SAAOF,OAAO,CAAC;AACbG,IAAAA,GAAG,EAAE,yBADQ;AAEbC,IAAAA,MAAM,EAAE,KAFK;AAGbC,IAAAA,MAAM,EAAEH;AAHK,GAAD,CAAd;AAKD;AAED,OAAO,SAASI,MAAT,CAAgBC,GAAhB,EAAqB;AAC1B,SAAOP,OAAO,CAAC;AACbG,IAAAA,GAAG,EAAE,oBADQ;AAEbC,IAAAA,MAAM,EAAE,MAFK;AAGbI,IAAAA,IAAI,EAAED;AAHO,GAAD,CAAd;AAKD;AAED,OAAO,SAASE,MAAT,CAAgBC,EAAhB,EAAoB;AACzB,SAAOV,OAAO,CAAC;AACbG,IAAAA,GAAG,EAAE,wBAAwBO,EADhB;AAEbN,IAAAA,MAAM,EAAE;AAFK,GAAD,CAAd;AAID;AAED,OAAO,SAASO,MAAT,CAAgBD,EAAhB,EAAoB;AACzB,SAAOV,OAAO,CAAC;AACbG,IAAAA,GAAG,EAAE,wBAAwBO,EADhB;AAEbN,IAAAA,MAAM,EAAE;AAFK,GAAD,CAAd;AAID;AAED,OAAO,SAASQ,MAAT,CAAgBL,GAAhB,EAAqB;AAC1B,SAAOP,OAAO,CAAC;AACbG,IAAAA,GAAG,EAAE,oBADQ;AAEbC,IAAAA,MAAM,EAAE,KAFK;AAGbI,IAAAA,IAAI,EAAED;AAHO,GAAD,CAAd;AAKD","sourcesContent":["/*\n * Copyright (c) 2018-2025, lengleng All rights reserved.\n *\n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions are met:\n *\n * Redistributions of source code must retain the above copyright notice,\n * this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above copyright\n * notice, this list of conditions and the following disclaimer in the\n * documentation and/or other materials provided with the distribution.\n * Neither the name of the pig4cloud.com developer nor the names of its\n * contributors may be used to endorse or promote products derived from\n * this software without specific prior written permission.\n * Author: lengleng (wangiegie@gmail.com)\n */\n\nimport request from '@/router/axios'\n\nexport function fetchList(query) {\n return request({\n url: '/cempitil/cempitil/page',\n method: 'get',\n params: query\n })\n}\n\nexport function addObj(obj) {\n return request({\n url: '/cempitil/cempitil',\n method: 'post',\n data: obj\n })\n}\n\nexport function getObj(id) {\n return request({\n url: '/cempitil/cempitil/' + id,\n method: 'get'\n })\n}\n\nexport function delObj(id) {\n return request({\n url: '/cempitil/cempitil/' + id,\n method: 'delete'\n })\n}\n\nexport function putObj(obj) {\n return request({\n url: '/cempitil/cempitil',\n method: 'put',\n data: obj\n })\n}\n"]}]}
|