Portal/potal_admin/up-portal-admin-1.0.1/js/chunk-2d0a2e24.e0b630ab.js

1 line
1.5 KiB
JavaScript

(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-2d0a2e24"],{"008f":function(t,r,e){"use strict";e.r(r),e.d(r,"queryArticles",(function(){return c})),e.d(r,"exportExcel",(function(){return o})),e.d(r,"queryHistories",(function(){return u})),e.d(r,"modifyArticle",(function(){return a})),e.d(r,"addArticle",(function(){return l})),e.d(r,"queryArticle",(function(){return i})),e.d(r,"recycleArticle",(function(){return d})),e.d(r,"removeArticle",(function(){return f})),e.d(r,"rollback",(function(){return p})),e.d(r,"unSchedule",(function(){return b}));var n=e("b775");function c(t){return Object(n["a"])({url:"/portal/article/list",method:"get",params:t})}function o(){return Object(n["a"])({url:"/portal/article/export",method:"get",responseType:"blob"})}function u(t){return Object(n["a"])({url:"/portal/article/history/".concat(t),method:"get"})}function a(t){return Object(n["a"])({url:"/portal/article/modify",method:"put",data:t})}function l(t){return Object(n["a"])({url:"/portal/article/add",method:"post",data:t})}function i(t,r){return Object(n["a"])({url:"/portal/article/".concat(t,"/").concat(r),method:"get"})}function d(t,r){return Object(n["a"])({url:"/portal/article/recycle/".concat(t,"/").concat(r),method:"put"})}function f(t){return Object(n["a"])({url:"/portal/article/remove/".concat(t),method:"delete"})}function p(t,r){return Object(n["a"])({url:"/portal/article/rollback/".concat(t,"/").concat(r),method:"delete"})}function b(t){return Object(n["a"])({url:"/portal/article/unschedule/".concat(t),method:"put"})}}}]);