perf: 优化打开task页面

This commit is contained in:
ibuler
2021-07-22 13:33:48 +08:00
committed by 老广
parent e38817b24a
commit dfd710daf7
15 changed files with 44 additions and 28 deletions

3
src/utils/jms.js Normal file
View File

@@ -0,0 +1,3 @@
export function openTaskPage(taskId) {
window.open(`/#/ops/celery/task/${taskId}/log/`, '', 'width=900,height=600')
}