🔨 执行日志.

This commit is contained in:
lijiahang
2024-03-13 19:17:50 +08:00
parent 149e5bc40c
commit b0afc8f80a
23 changed files with 1911 additions and 12 deletions

View File

@@ -11,6 +11,16 @@ const EXEC: AppRouteRecordRaw = {
path: '/exec-template',
component: () => import('@/views/exec/exec-template/index.vue'),
},
{
name: 'execLog',
path: '/exec-log',
component: () => import('@/views/exec/exec-log/index.vue'),
},
{
name: 'execHostLog',
path: '/exec-host-log',
component: () => import('@/views/exec/exec-host-log/index.vue'),
},
],
};