소스 검색

删除定时任务请求接口错误 timer改为crontab

sugar1569 2 년 전
부모
커밋
3693d10fa8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      template/admin/src/pages/system/crontab/index.vue

+ 1 - 1
template/admin/src/pages/system/crontab/index.vue

@@ -135,7 +135,7 @@ export default {
       let delfromData = {
         title: tit,
         num: num,
-        url: `system/timer/del/${row.id}`,
+        url: `system/crontab/del/${row.id}`,
         method: 'delete',
         ids: '',
       };