2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-07 11:57:17 +08:00

feat: 优化任务状态自动刷新

This commit is contained in:
2026-01-24 00:59:49 +08:00
parent 500f91d05e
commit d9463df998
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ import { http } from '@/utils'
export default {
// 获取状态
status: (): any => http.Get('/task/status'),
status: (): any => http.Get('/task/status', { meta: { noAlert: true } }),
// 获取任务列表
list: (page: number, limit: number): any => http.Get('/task', { params: { page, limit } }),
// 获取任务