This commit is contained in:
张成
2025-11-26 12:39:21 +08:00
parent 5d59000960
commit 7858459118
12 changed files with 1785 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ import TaskStatus from '@/views/task/task_status.vue'
// 系统设置模块
import SystemConfig from '@/views/system/system_config.vue'
import Version from '@/views/system/version.vue'
import JobTypes from '@/views/work/job_types.vue'
// 首页模块
@@ -49,6 +50,7 @@ const componentMap = {
// 系统设置模块
'system/system_config': SystemConfig,
'system/version': Version,
'work/job_types': JobTypes,
'home/index': HomeIndex,
}