1 line
8.2 KiB
JavaScript
1 line
8.2 KiB
JavaScript
![]() |
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-2b85f358"],{"38b7":function(t,o){var e={jobStatusEnum:{0:{name:"关闭",color:"#9c1f1f"},1:{name:"开启",color:"#f5a22d"}},taskType:{1:{name:"集群模式",color:"#d06892"},2:{name:"广播模式",color:"#f5a22d"},3:{name:"分片模式",color:"#e1f52d"}},triggerType:{1:{name:"CRON表达式",color:"#d06892"},2:{name:"固定时间",color:"#f5a22d"}},blockStrategy:{1:{name:"丢弃策略",color:"#d06892"},2:{name:"覆盖",color:"#f5a22d"},3:{name:"并行",color:"#e1f52d"}},executorType:{1:{name:"Java",color:"#d06892"}},routeKey:{4:{name:"轮询",color:"#8f68d2"},1:{name:"一致性Hash",color:"#d06892"},2:{name:"随机",color:"#f5a22d"},3:{name:"LRU",color:"#e1f52d"}},taskBatchStatus:{1:{name:"待处理",color:"#64a6ea"},2:{name:"运行中",color:"#1b7ee5"},3:{name:"成功",color:"#087da1"},4:{name:"失败",color:"#f52d80"},5:{name:"停止",color:"#ac2df5"},6:{name:"取消",color:"#f5732d"}},operationReason:{0:{name:""},1:{name:"执行超时",color:"#64a6ea"},2:{name:"无客户端节点",color:"#1b7ee5"},3:{name:"任务已关闭",color:"#087da1"},4:{name:"任务丢弃",color:"#3a2f81"},5:{name:"任务被覆盖",color:"#c2238a"},6:{name:"无可执行任务项",color:"#23c28a"},7:{name:"任务执行期间发生非预期异常",color:"#bdc223"},8:{name:"手动停止",color:"#23c28a"}},taskStatus:{2:{name:"运行中",color:"#1b7ee5"},3:{name:"成功",color:"#087da1"},4:{name:"失败",color:"#f52d80"},5:{name:"停止",color:"#ac2df5"}},notifyScene:{1:{name:"任务执行失败",color:"#d06892"}},notifyType:{1:{name:"钉钉通知",color:"#64a6ea"},2:{name:"邮箱通知",color:"#1b7ee5"},4:{name:"飞书",color:"#087da1"}},notifyStatus:{0:{name:"停用",color:"#9c1f1f"},1:{name:"启用",color:"#f5a22d"}},rateLimiterStatus:{0:{name:"未启用",color:"#9c1f1f"},1:{name:"启用",color:"#f5a22d"}}};t.exports=e},"3b7a":function(t,o,e){"use strict";e.d(o,"p",(function(){return n})),e.d(o,"n",(function(){return c})),e.d(o,"i",(function(){return i})),e.d(o,"o",(function(){return s})),e.d(o,"a",(function(){return b})),e.d(o,"s",(function(){return u})),e.d(o,"h",(function(){return l})),e.d(o,"k",(function(){return f})),e.d(o,"g",(function(){return d})),e.d(o,"f",(function(){return m})),e.d(o,"e",(function(){return j})),e.d(o,"c",(function(){return p})),e.d(o,"b",(function(){return g})),e.d(o,"l",(function(){return y})),e.d(o,"q",(function(){return h})),e.d(o,"j",(function(){return _})),e.d(o,"d",(function(){return v})),e.d(o,"m",(function(){return I})),e.d(o,"r",(function(){return T}));var a=e("b775"),r={jobPageList:"/job/page/list",jobList:"/job/list",jobDetail:"/job/",saveJob:"/job/",updateJob:"/job/",updateJobStatus:"/job/status",delJob:"/job/",timeByCron:"/job/cron",jobNameList:"/job/job-name/list",triggerJob:"/job/trigger/",jobBatchList:"/job/batch/list",jobBatchDetail:"/job/batch/",stop:"/job/batch/stop/",jobNotifyConfigPageList:"/job/notify/config/page/list",jobNotifyConfigDetail:"/job/notify/config/",saveJobNotify:"/job/notify/config/",updateJobNotify:"/job/notify/config/",jobTaskList:"/job/task/list",jobLogList:"/job/log/list"};function n(t){return Object(a["b"])({url:r.triggerJob+t,method:"post"})}function c(t){return Object(a["b"])({url:r.stop+t,method:"post"})}function i(t){return Object(a["b"])({url:r.jobNameList,method:"get",params:t})}function s(t){return Object(a["b"])({url:r.timeByCron,method:"get",params:t})}function b(t){return Object(a["b"])({url:r.delJob+t,method:"delete"})}function u(t){return Object(a["b"])({url:r.updateJobStatus,method:"put",data:t})}function l(t){return Object(a["b"])({url:r.jobLogList,method:"get",params:t})}function f(t){return Object(a["b"])({url:r.jobTaskList,method:"get",params:t})}function d(t){return Object(a["b"])({url:r.jobBatchList,method:"get",params:t})}function m(t){return Object(a["b"])({url:r.jobBatchDetail+t,method:"get"})}function j(t){return Object(a["b"])({url:r.jobPageList,method:"get",params:t})}function p(t){return Object(a["b"])({url:r.jobList,method:"get",params:t})}function g(t){return Object(a["b"])({url:r.jobDe
|