1 |
- {"remainingRequest":"D:\\cloud\\cemp\\cemp-ui\\node_modules\\babel-loader\\lib\\index.js!D:\\cloud\\cemp\\cemp-ui\\src\\api\\admin\\token.js","dependencies":[{"path":"D:\\cloud\\cemp\\cemp-ui\\src\\api\\admin\\token.js","mtime":1619070292864},{"path":"D:\\cloud\\cemp\\cemp-ui\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\cloud\\cemp\\cemp-ui\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000}],"contextDependencies":[],"result":["/*\r\n * Copyright (c) 2018-2025, lengleng All rights reserved.\r\n *\r\n * Redistribution and use in source and binary forms, with or without\r\n * modification, are permitted provided that the following conditions are met:\r\n *\r\n * Redistributions of source code must retain the above copyright notice,\r\n * this list of conditions and the following disclaimer.\r\n * Redistributions in binary form must reproduce the above copyright\r\n * notice, this list of conditions and the following disclaimer in the\r\n * documentation and/or other materials provided with the distribution.\r\n * Neither the name of the pig4cloud.com developer nor the names of its\r\n * contributors may be used to endorse or promote products derived from\r\n * this software without specific prior written permission.\r\n * Author: lengleng (wangiegie@gmail.com)\r\n */\nimport request from '@/router/axios';\nexport function fetchList(query) {\n return request({\n url: '/admin/token/page',\n method: 'get',\n params: query\n });\n}\nexport function delObj(token) {\n return request({\n url: '/admin/token/' + token,\n method: 'delete'\n });\n}",{"version":3,"sources":["D:/cloud/cemp/cemp-ui/src/api/admin/token.js"],"names":["request","fetchList","query","url","method","params","delObj","token"],"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,CAAoBC,KAApB,EAA2B;AAChC,SAAOF,OAAO,CAAC;AACbG,IAAAA,GAAG,EAAE,mBADQ;AAEbC,IAAAA,MAAM,EAAE,KAFK;AAGbC,IAAAA,MAAM,EAAEH;AAHK,GAAD,CAAd;AAKD;AAED,OAAO,SAASI,MAAT,CAAiBC,KAAjB,EAAwB;AAC7B,SAAOP,OAAO,CAAC;AACbG,IAAAA,GAAG,EAAE,kBAAkBI,KADV;AAEbH,IAAAA,MAAM,EAAE;AAFK,GAAD,CAAd;AAID","sourcesContent":["/*\r\n * Copyright (c) 2018-2025, lengleng All rights reserved.\r\n *\r\n * Redistribution and use in source and binary forms, with or without\r\n * modification, are permitted provided that the following conditions are met:\r\n *\r\n * Redistributions of source code must retain the above copyright notice,\r\n * this list of conditions and the following disclaimer.\r\n * Redistributions in binary form must reproduce the above copyright\r\n * notice, this list of conditions and the following disclaimer in the\r\n * documentation and/or other materials provided with the distribution.\r\n * Neither the name of the pig4cloud.com developer nor the names of its\r\n * contributors may be used to endorse or promote products derived from\r\n * this software without specific prior written permission.\r\n * Author: lengleng (wangiegie@gmail.com)\r\n */\r\n\r\nimport request from '@/router/axios'\r\n\r\nexport function fetchList (query) {\r\n return request({\r\n url: '/admin/token/page',\r\n method: 'get',\r\n params: query\r\n })\r\n}\r\n\r\nexport function delObj (token) {\r\n return request({\r\n url: '/admin/token/' + token,\r\n method: 'delete'\r\n })\r\n}\r\n"]}]}
|