瀏覽代碼

删除定时任务请求接口错误 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: '',
       };